Fixed none set mode if a unknown command was run.
authorDaniel Carl <danielcarl@gmx.de>
Sat, 29 Jun 2013 17:00:52 +0000 (19:00 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Sat, 29 Jun 2013 17:00:52 +0000 (19:00 +0200)
commit7273f22862ac17a58157a9ec1ee840861a7df460
tree47e77eee378aa16cc15e54cf12b47dbc907bde91
parent1a94bb9194012d7d8fb0b5365b838fe8fce9ead4
Fixed none set mode if a unknown command was run.

If a wrong command was run from inputbox the error message appeared but vimb
kept in command mode so that the normal mode commands did not work. Now the
mode is set to normal mode if a command could not be found.
src/command.c