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

10 lines
250 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;
/** @type Function */
Components.Vim.State.Registers.unnamed;