Some placeholder commands, working substitution

This commit is contained in:
2016-04-03 05:23:26 +08:00
parent 63575ce2e6
commit f4dc0e7d9c
19 changed files with 573 additions and 64 deletions

View File

@@ -0,0 +1,8 @@
/** @type Object */
Components.Vim.Actions = {};
/** @type constructor */
Components.Vim.Actions.FIND = function(){};
/** @type Function */
Components.Vim.Actions.FIND.Pattern;