Don't remove error message if command is not known.
authorDaniel Carl <danielcarl@gmx.de>
Sun, 8 Feb 2015 21:25:20 +0000 (22:25 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Sun, 8 Feb 2015 21:25:20 +0000 (22:25 +0100)
commit7cc68065c7d90a32ca067d79795702b350b6803e
tree0b66b9a3484136d7004c345cf3dc15b50627c8df
parent893078215f19653410f59bb7ba795c0c03f5ec5c
Don't remove error message if command is not known.

If an unknown command was typed into inputbox the inputbox was still color in
the error color, but the content was removed so that the user is not informed
about the reason for the error. Even more critical was this in case the
'input-autohide' is enabled. In this case the clearing of the input box caused
the hiding of this, so that the user will never see that the command failed.
src/ex.c