botanjs/src/externs/Components.Vim.State.Recorder.js
raw ยท 216 bytes
/** @constructor */
Components.Vim.State.Recorder = function(){};
/** @type Function */
Components.Vim.State.undo;
/** @type Function */
Components.Vim.State.redo;
/** @type Function */
Components.Vim.State.record;