forked from Botanical/BotanJS
9 lines
179 B
JavaScript
9 lines
179 B
JavaScript
/** @type Object */
|
|
Components.Vim.Actions = {};
|
|
|
|
/** @type constructor */
|
|
Components.Vim.Actions.FIND = function(){};
|
|
|
|
/** @type Function */
|
|
Components.Vim.Actions.FIND.Pattern;
|