Added :{number} support

This commit is contained in:
2017-03-17 13:34:31 +08:00
parent 68ee6dacc6
commit 1511c70957
12 changed files with 313 additions and 37 deletions
@@ -0,0 +1,10 @@
/** @constructor */
Components.Vim.State.Marks = function(){};
/** @type Function */
Components.Vim.State.Marks.set;
/** @type Function */
Components.Vim.State.Marks.get;
/** @type String */
Components.Vim.State.Marks.Keys;