Previous approach had performance issue, fixing it

This commit is contained in:
2016-03-30 06:17:37 +08:00
parent 799a911e06
commit 564aef86aa
3 changed files with 51 additions and 51 deletions

View File

@@ -10,6 +10,8 @@ Components.Vim.Cursor.action;
/** @type {Components.Vim.State.Recorder} */
Components.Vim.Cursor.rec;
/** @type Function */
Components.Vim.Cursor.moveTo;
/** @type Function */
Components.Vim.Cursor.moveX;
/** @type Function */