consume vim-mode service

This commit is contained in:
Loic Nageleisen 2015-02-24 10:54:11 +01:00
parent 4adc1c168a
commit 65b254a241
2 changed files with 11 additions and 0 deletions

View file

@ -30,3 +30,7 @@ module.exports = ExMode =
provideEx: ->
registerCommand: Ex.registerCommand.bind(Ex)
consumeVim: (vim) ->
console.log vim
@vim = vim