Merge remote-tracking branches 'origin/master' and 'vim/master' into Astro

This commit is contained in:
2017-01-30 20:54:56 +08:00
15 changed files with 607 additions and 62 deletions

View File

@@ -23,6 +23,8 @@ Components.Vim.Cursor.lineEnd;
/** @type Function */
Components.Vim.Cursor.updatePosition;
/** @type Function */
Components.Vim.Cursor.fixTab;
/** @type Function */
Components.Vim.Cursor.openAction;
/** @type Function */
Components.Vim.Cursor.openRunAction;

View File

@@ -1,4 +1,6 @@
/** @constructor */
/** @constructor
* @extends {EventDispatcher}
*/
Components.Vim.VimArea = function(){};
/** @type {Components.Vim.LineFeeder} */
@@ -10,6 +12,11 @@ Components.Vim.VimArea.statusFeeder;
/** @type {Components.Vim.StatusBar} */
Components.Vim.VimArea.statusBar;
/** @type Function */
Components.Vim.VimArea.demo;
/** @type Function */
Components.Vim.VimArea.display;
/** @type Number */
Components.Vim.VimArea.index;
/** @type Number */