Various basic editor commands

This commit is contained in:
2016-04-03 07:50:19 +08:00
parent f4dc0e7d9c
commit be1fc29d39
12 changed files with 394 additions and 22 deletions
@@ -7,3 +7,8 @@ Components.Vim.State.Recorder.undo;
Components.Vim.State.Recorder.redo;
/** @type Function */
Components.Vim.State.Recorder.record;
/** @type Function */
Components.Vim.State.Recorder.save;
/** @type Boolean */
Components.Vim.State.Recorder.changed;