Used typed input for completions.
authorDaniel Carl <danielcarl@gmx.de>
Sat, 28 Sep 2013 23:02:54 +0000 (01:02 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Sat, 28 Sep 2013 23:02:54 +0000 (01:02 +0200)
commit73072c673dcfa0b486f1c31e57e30fdb7551f464
tree3bb1aef2624da0670418d1518b9e1c783b0eb19d
parentd8ded12a3682695d508210acae41536579e5cc73
Used typed input for completions.

No the completion does not write the full command name into inputbox if the
command was found. Instead write the prefix like it was typed by the user like
in vim. That means if an abbreviated command is completed, the abbreviated
version is shown for example for ':o !<Tab>'.
src/ex.c
src/main.h