added g8, v ( hightlight only )
Some structural changes on VimControls
This commit is contained in:
@@ -25,12 +25,16 @@ Components.Vim.Cursor.openRunAction;
|
||||
/** @type Function */
|
||||
Components.Vim.Cursor.closeAction;
|
||||
|
||||
/** @type {Boolean} */
|
||||
Components.Vim.Cursor.blink;
|
||||
/** @type {Array} */
|
||||
Components.Vim.Cursor.lineBuffers;
|
||||
/** @type Number */
|
||||
Components.Vim.Cursor.pX;
|
||||
/** @type Number */
|
||||
Components.Vim.Cursor.P;
|
||||
Components.Vim.Cursor.PStart;
|
||||
/** @type Number */
|
||||
Components.Vim.Cursor.PEnd;
|
||||
/** @type Number */
|
||||
Components.Vim.Cursor.aX;
|
||||
/** @type Number */
|
||||
|
@@ -7,3 +7,6 @@ Components.Vim.IAction.dispose;
|
||||
Components.Vim.IAction.handler;
|
||||
/** @type Function */
|
||||
Components.Vim.IAction.getMessage;
|
||||
|
||||
/** @type Boolean */
|
||||
Components.Vim.IAction.allowMovement;
|
||||
|
Reference in New Issue
Block a user