11 lines
226 B
JavaScript
11 lines
226 B
JavaScript
/** @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;
|