Replaced quirky tab char with virtual space chars

This commit is contained in:
2017-01-09 10:18:21 +08:00
parent a6ccf7e4db
commit 50686073d8
4 changed files with 87 additions and 36 deletions

View File

@@ -63,3 +63,5 @@ Components.Vim.Cursor.position;
Components.Vim.Cursor.position.start;
/** @type Number */
Components.Vim.Cursor.position.end;
/** @type String */
Components.Vim.Cursor.rawLine;