Fix wrong position of lines with tab character

This commit is contained in:
2016-03-16 18:55:18 +08:00
parent 5be04d850d
commit bc3c511c6f
13 changed files with 263 additions and 36 deletions
@@ -0,0 +1,9 @@
/** @constructor */
Components.Vim.State.Recorder = function(){};
/** @type Function */
Components.Vim.State.undo;
/** @type Function */
Components.Vim.State.redo;
/** @type Function */
Components.Vim.State.record;