Merge remote-tracking branches 'vim/master' and 'origin/master' into Astro
This commit is contained in:
8
botanjs/src/externs/Components.Vim.Actions.js
Normal file
8
botanjs/src/externs/Components.Vim.Actions.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/** @type Object */
|
||||
Components.Vim.Actions = {};
|
||||
|
||||
/** @type constructor */
|
||||
Components.Vim.Actions.FIND = function(){};
|
||||
|
||||
/** @type Function */
|
||||
Components.Vim.Actions.FIND.Pattern;
|
@@ -7,3 +7,8 @@ Components.Vim.State.Recorder.undo;
|
||||
Components.Vim.State.Recorder.redo;
|
||||
/** @type Function */
|
||||
Components.Vim.State.Recorder.record;
|
||||
/** @type Function */
|
||||
Components.Vim.State.Recorder.save;
|
||||
|
||||
/** @type Boolean */
|
||||
Components.Vim.State.Recorder.changed;
|
||||
|
@@ -10,9 +10,13 @@ Components.Vim.VimArea.statusFeeder;
|
||||
/** @type {Components.Vim.StatusBar} */
|
||||
Components.Vim.VimArea.statusBar;
|
||||
|
||||
/** @type {Number} */
|
||||
/** @type Number */
|
||||
Components.Vim.VimArea.index;
|
||||
/** @type Number */
|
||||
Components.Vim.VimArea.rows;
|
||||
/** @type {Number} */
|
||||
/** @type Number */
|
||||
Components.Vim.VimArea.cols;
|
||||
/** @type {Array} */
|
||||
/** @type Array */
|
||||
Components.Vim.VimArea.Instances;
|
||||
/** @type Function */
|
||||
Components.Vim.VimArea.dispose;
|
||||
|
Reference in New Issue
Block a user