forked from Botanical/BotanJS
Fix wrong position of lines with tab character
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user