Make Ex.registerAlias accessible from the outside
This commit is contained in:
parent
155ffcaa5a
commit
701f27130f
2 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ module.exports = ExMode =
|
|||
|
||||
provideEx: ->
|
||||
registerCommand: Ex.registerCommand.bind(Ex)
|
||||
registerAlias: Ex.registerAlias.bind(Ex)
|
||||
|
||||
consumeVim: (vim) ->
|
||||
@vim = vim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue