forked from Botanical/BotanJS
Added :{number} support
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user