Fixed wrong mode after calling empty command (#26).
authorDaniel Carl <danielcarl@gmx.de>
Tue, 28 May 2013 18:21:56 +0000 (20:21 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Tue, 28 May 2013 18:21:56 +0000 (20:21 +0200)
commitd19933bcb1d48ec1ee1c8f1f9822f6204012200d
tree5e5db3a7ceea5559e53f0e4a40323f4d458d274a
parentc22966a3c997c8a250ca02f07f758298c41f6344
Fixed wrong mode after calling empty command (#26).

If ':' was called from inputbox, vimb kept in command mode so that the normal
mode commands and keybindings didn't work. This type of issue is already fixed
for empty ':set ' and ':run' commands too.
src/command.c
src/main.c