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