Fix
This commit is contained in:
parent
e5e944656c
commit
054473a3d1
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ class Command
|
||||||
[m, command, args] = cl.match(/^(\w+)(.*)/)
|
[m, command, args] = cl.match(/^(\w+)(.*)/)
|
||||||
|
|
||||||
# If the command matches an existing one exactly, execute that one
|
# If the command matches an existing one exactly, execute that one
|
||||||
if func = Ex.singleton()[command]?
|
if (func = Ex.singleton()[command])?
|
||||||
func(range, args)
|
func(range, args)
|
||||||
else
|
else
|
||||||
# Step 8: Match command against existing commands
|
# Step 8: Match command against existing commands
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue