InputEvent carrying range

This commit is contained in:
2016-03-30 20:11:48 +08:00
parent a7d2e80f4a
commit 9faf2b4921
4 changed files with 37 additions and 15 deletions

View File

@@ -3,6 +3,8 @@ Components.Vim.Controls.InputEvent = function(){};
/** @type {Components.Vim.VimArea} */
Components.Vim.Controls.InputEvent.target;
/** @type {Components.Vim.Syntax.TokenMatch} */
Components.Vim.Controls.InputEvent.range;
/** @type String */
Components.Vim.Controls.InputEvent.key;
/** @type Boolean */