Merge branch 'master' of https://github.com/GertjanReynaert/ex-mode into GertjanReynaert-master
This commit is contained in:
commit
155ffcaa5a
1 changed files with 3 additions and 0 deletions
|
|
@ -106,6 +106,9 @@ class Ex
|
||||||
@registerCommand: (name, func) =>
|
@registerCommand: (name, func) =>
|
||||||
@singleton()[name] = func
|
@singleton()[name] = func
|
||||||
|
|
||||||
|
@registerAlias: (alias, name) =>
|
||||||
|
@singleton()[alias] = @singleton()[name]
|
||||||
|
|
||||||
quit: ->
|
quit: ->
|
||||||
atom.workspace.getActivePane().destroyActiveItem()
|
atom.workspace.getActivePane().destroyActiveItem()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue