Some placeholder commands, working substitution
This commit is contained in:
8
botanjs/src/externs/Components.Vim.Actions.js
Normal file
8
botanjs/src/externs/Components.Vim.Actions.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/** @type Object */
|
||||
Components.Vim.Actions = {};
|
||||
|
||||
/** @type constructor */
|
||||
Components.Vim.Actions.FIND = function(){};
|
||||
|
||||
/** @type Function */
|
||||
Components.Vim.Actions.FIND.Pattern;
|
Reference in New Issue
Block a user