forked from Botanical/BotanJS
11 lines
248 B
JavaScript
11 lines
248 B
JavaScript
/** @constructor */
|
|
Components.Vim.State.Marks = function(){};
|
|
|
|
/** @type Function */
|
|
Components.Vim.State.Marks.prototype.set;
|
|
/** @type Function */
|
|
Components.Vim.State.Marks.prototype.get;
|
|
|
|
/** @type {string} */
|
|
Components.Vim.State.Marks.Keys;
|