Some placeholder commands in VISUAL

This commit is contained in:
2016-03-22 17:35:49 +08:00
parent 605ac1e95a
commit 75662e6d04
12 changed files with 296 additions and 26 deletions
@@ -2,8 +2,8 @@
Components.Vim.State.Recorder = function(){};
/** @type Function */
Components.Vim.State.undo;
Components.Vim.State.Recorder.undo;
/** @type Function */
Components.Vim.State.redo;
Components.Vim.State.Recorder.redo;
/** @type Function */
Components.Vim.State.record;
Components.Vim.State.Recorder.record;