comply with vim behavior

This commit is contained in:
Loic Nageleisen 2015-02-23 10:44:51 +01:00
parent 2cafba248c
commit 66e5f697f6
2 changed files with 26 additions and 21 deletions

View file

@ -15,7 +15,7 @@ class Command
func = (new Ex)[command]
if func?
func(args)
func(args...)
else
throw new CommandError("#{input.characters}")