botanjs/src/externs/Components.Vim.State.Registers.js
raw ยท 316 bytes
/** @constructor */
Components.Vim.State.Registers = function(){};
/** @type Function */
Components.Vim.State.Registers.change;
/** @type Function */
Components.Vim.State.Registers.yank;
/** @constructor */
Components.Vim.State.Register = function(){};
/** @type Boolean */
Components.Vim.State.Register.newLine;