]> git.gir.st - VimFx.git/commit
Let hint commands take advantage of the new modes
authorSimon Lydell <simon.lydell@gmail.com>
Thu, 5 Sep 2013 12:49:52 +0000 (14:49 +0200)
committerSimon Lydell <simon.lydell@gmail.com>
Thu, 5 Sep 2013 12:49:52 +0000 (14:49 +0200)
commit9ff7f32774fa1543b0c0cbf36c0a0d99915c3c59
treeedbf88f773a45804b599d3191f0045bcbd86cf77
parentdebb609882e96590f309daf49b5b3cb4b0d0baf7
Let hint commands take advantage of the new modes

All the hint commands do now is:

1. Define `callback`.
2. Run `vim.enterMode('hints', [callback])`.

Much DRY:er!
extension/packages/commands.coffee
extension/packages/modes.coffee
Imprint / Impressum