penguin/AstroJS

Javascript framework for my blog

botanjs/src/externs/Components.Vim.Actions.FIND.js

raw ยท 259 bytes

/**
 * @constructor
 * @implements {Components.Vim.IAction}
 * @param {Components.Vim.Cursor} Cursor
 */
Components.Vim.Actions.FIND = function(Cursor){};

/**
 * @param {string} p
 * @return {RegExp}
 */
Components.Vim.Actions.FIND.Pattern = function(p) {};