added g8, v ( hightlight only )

Some structural changes on VimControls
This commit is contained in:
2016-03-22 02:08:07 +08:00
parent 8769e69f35
commit e52c312af5
8 changed files with 307 additions and 138 deletions

View File

@@ -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 */

View File

@@ -7,3 +7,6 @@ Components.Vim.IAction.dispose;
Components.Vim.IAction.handler;
/** @type Function */
Components.Vim.IAction.getMessage;
/** @type Boolean */
Components.Vim.IAction.allowMovement;