Avoid input clear in case autocmd is run.
authorDaniel Carl <danielcarl@gmx.de>
Wed, 3 Dec 2014 20:43:44 +0000 (21:43 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Wed, 3 Dec 2014 20:43:44 +0000 (21:43 +0100)
commitab5dd2bac0cfd72b7b23cee8411352fef46929fa
treea325943bd4461c39734674056e85f802f3675391
parent510737bb9847ba571105accdfb89e5eb93f423cb
Avoid input clear in case autocmd is run.

If a page is opened and the user types the next ex command into inputbox, this
was removed in case there where autocmd triggered. The autocmd started ex
commands that cause the clearing of the inputbox.
src/ex.c
src/ex.h
src/main.c