botanjs/src/externs/Components.Vim.StatusBar.js
raw ยท 292 bytes
/**
* @constructor
* @param {number} cols
*/
Components.Vim.StatusBar = function(cols){};
/** @type Function */
Components.Vim.StatusBar.prototype.stamp;
/** @type Function */
Components.Vim.StatusBar.prototype.override;
/** @type String */
Components.Vim.StatusBar.prototype.statusText;