Don't clear inputbox after :normal command.
authorDaniel Carl <danielcarl@gmx.de>
Mon, 1 Dec 2014 22:52:24 +0000 (23:52 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Mon, 1 Dec 2014 22:55:04 +0000 (23:55 +0100)
commitec72477d0e87ecc68c69bccffd4e538d5e97b5f4
treeae9ddf4a2489bfab74c91b1f6805b73a349964a4
parent3af86ef67e7139ae66634f1e934c8b6b4d69eaae
Don't clear inputbox after :normal command.

This lead to empty inputbox for example if hinting is started by ':no f', but
the inputbox must contain the ';o'. Without the inputbox content the hinting
does not work.
src/ex.c