First char INSERT issue due to prev commit

This commit is contained in:
2017-01-25 15:42:05 +08:00
parent 42bbc3b240
commit d6a27ca87e
4 changed files with 50 additions and 6 deletions

View File

@@ -23,6 +23,8 @@ Components.Vim.Cursor.lineEnd;
/** @type Function */
Components.Vim.Cursor.updatePosition;
/** @type Function */
Components.Vim.Cursor.fixTab;
/** @type Function */
Components.Vim.Cursor.openAction;
/** @type Function */
Components.Vim.Cursor.openRunAction;