partial insert support
This commit is contained in:
@@ -28,6 +28,8 @@ Components.Vim.Cursor.pX;
|
||||
/** @type Number */
|
||||
Components.Vim.Cursor.P;
|
||||
/** @type Number */
|
||||
Components.Vim.Cursor.aX;
|
||||
/** @type Number */
|
||||
Components.Vim.Cursor.X;
|
||||
/** @type Number */
|
||||
Components.Vim.Cursor.Y;
|
||||
|
@@ -28,6 +28,8 @@ Components.Vim.LineFeeder.setWrap;
|
||||
Components.Vim.LineFeeder.lineBuffers;
|
||||
/** @type Boolean */
|
||||
Components.Vim.LineFeeder.EOF;
|
||||
/** @type Boolean */
|
||||
Components.Vim.LineFeeder.wrap;
|
||||
/** @type Number */
|
||||
Components.Vim.LineFeeder.panX;
|
||||
/** @type Number */
|
||||
|
Reference in New Issue
Block a user