Merge remote-tracking branch 'vim/master' into Astro
This commit is contained in:
@@ -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;
|
||||
|
@@ -6,6 +6,8 @@ Components.Vim.Syntax.Analyzer.bracketAt;
|
||||
/** @type Function */
|
||||
Components.Vim.Syntax.Analyzer.bracketIn;
|
||||
/** @type Function */
|
||||
Components.Vim.Syntax.Analyzer.quoteIn;
|
||||
/** @type Function */
|
||||
Components.Vim.Syntax.Analyzer.wordAt;
|
||||
/** @type Function */
|
||||
Components.Vim.Syntax.Analyzer.quoteAt;
|
||||
|
Reference in New Issue
Block a user