Some sort of UNDO / REDO ( not functional yet )

This commit is contained in:
2016-03-17 04:57:43 +08:00
parent bc3c511c6f
commit f1653727f2
11 changed files with 472 additions and 47 deletions

View File

@@ -0,0 +1,7 @@
/** @constructor */
Components.Vim.DateTime = function(){};
/** @type Function */
Components.Vim.DateTime.RelativeTime;
/** @type Function */
Components.Vim.DateTime.String;

View File

@@ -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;