Merge remote-tracking branches 'vim/master' and 'origin/master' into Astro
This commit is contained in:
@@ -38,6 +38,8 @@ Components.Vim.Cursor.X;
|
||||
/** @type Number */
|
||||
Components.Vim.Cursor.Y;
|
||||
/** @type Number */
|
||||
Components.Vim.Cursor.aPos;
|
||||
/** @type Number */
|
||||
Components.Vim.Cursor.cols;
|
||||
/** @type message */
|
||||
Components.Vim.Cursor.string;
|
||||
|
7
botanjs/src/externs/Components.Vim.DateTime.js
Normal file
7
botanjs/src/externs/Components.Vim.DateTime.js
Normal file
@@ -0,0 +1,7 @@
|
||||
/** @constructor */
|
||||
Components.Vim.DateTime = function(){};
|
||||
|
||||
/** @type Function */
|
||||
Components.Vim.DateTime.RelativeTime;
|
||||
/** @type Function */
|
||||
Components.Vim.DateTime.String;
|
@@ -5,3 +5,5 @@ Components.Vim.State.Stack = function(){};
|
||||
Components.Vim.State.Stack.play;
|
||||
/** @type Function */
|
||||
Components.Vim.State.Stack.store;
|
||||
/** @type Function */
|
||||
Components.Vim.State.Stack.time;
|
||||
|
@@ -6,3 +6,5 @@ System.utils.Perf.uuid;
|
||||
|
||||
/** @type {Function} */
|
||||
System.utils.Perf.ArrayReverse;
|
||||
/** @type {Function} */
|
||||
System.utils.Perf.CountSubstr;
|
||||
|
Reference in New Issue
Block a user