Clear inputbox after running command successfully (#104).
authorDaniel Carl <danielcarl@gmx.de>
Sat, 22 Nov 2014 22:32:53 +0000 (23:32 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Sat, 22 Nov 2014 23:07:09 +0000 (00:07 +0100)
commite025418382a7036d32f05aca65f652495ac7b1b6
tree67c2952e4e9b81280e9dd2039c3aaf1e089ecf89
parentacf7fa0acd848ef0351f16f820eae977c4c64518
Clear inputbox after running command successfully (#104).

If a ex command was run successfully the inputbox is cleared if the command
does not omit this. So the user have a fast response if the command failed or
not. This might be useful for :open command where it could take some time
until the user see if the requested page starts to load or not.
src/ex.c
src/main.h
src/setting.c
src/setting.h