/** @constructor */ Components.Vim.State.Registers = function(){}; /** @type Function */ Components.Vim.State.Registers.change; /** @type Function */ Components.Vim.State.Registers.yank; /** @type Function */ Components.Vim.State.Registers.unnamed;