Added YANK

This commit is contained in:
2016-03-31 23:37:44 +08:00
parent cfa2e45e3d
commit af2da6e023
7 changed files with 207 additions and 33 deletions

View File

@@ -5,5 +5,9 @@ Components.Vim.State.Registers = function(){};
Components.Vim.State.Registers.change;
/** @type Function */
Components.Vim.State.Registers.yank;
/** @type Function */
Components.Vim.State.Registers.unnamed;
/** @constructor */
Components.Vim.State.Register = function(){};
/** @type Boolean */
Components.Vim.State.Register.newLine;