DELETE command in VISUAL, generalized Stator Obj
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
/** @constructor */
|
||||
Components.Vim.Controls.InputEvent = function(){};
|
||||
|
||||
/** @type {Components.Vim.VimArea} */
|
||||
Components.Vim.Controls.InputEvent.target;
|
||||
/** @type String */
|
||||
Components.Vim.Controls.InputEvent.key;
|
||||
/** @type Boolean */
|
||||
|
@@ -26,9 +26,15 @@ Components.Vim.Cursor.openAction;
|
||||
Components.Vim.Cursor.openRunAction;
|
||||
/** @type Function */
|
||||
Components.Vim.Cursor.closeAction;
|
||||
/** @type Function */
|
||||
Components.Vim.Cursor.suppressEvent;
|
||||
/** @type Function */
|
||||
Components.Vim.Cursor.unsuppressEvent;
|
||||
|
||||
/** @type {Boolean} */
|
||||
Components.Vim.Cursor.blink;
|
||||
/** @type {Boolean} */
|
||||
Components.Vim.Cursor.pSpace;
|
||||
/** @type {Array} */
|
||||
Components.Vim.Cursor.lineBuffers;
|
||||
/** @type Number */
|
||||
|
Reference in New Issue
Block a user