AstroJS/botanjs/src/externs/Components.Vim.State.Regist...

14 lines
316 B
JavaScript
Raw Normal View History

2016-03-22 09:35:49 +00:00
/** @constructor */
Components.Vim.State.Registers = function(){};
/** @type Function */
Components.Vim.State.Registers.change;
/** @type Function */
Components.Vim.State.Registers.yank;
2016-03-31 15:37:44 +00:00
/** @constructor */
Components.Vim.State.Register = function(){};
/** @type Boolean */
Components.Vim.State.Register.newLine;