Show typed text as last completion entry (#253).
authorDaniel Carl <danielcarl@gmx.de>
Sun, 22 Nov 2015 21:17:25 +0000 (22:17 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Sun, 22 Nov 2015 21:31:56 +0000 (22:31 +0100)
commit47db985493dcf10ebd4c6d2830ef34958295682e
tree4ab6668014505ff7092382d540aecf190703cd99
parent5f729086c87cb1a5bacc31399bd65c4d4d12c47f
Show typed text as last completion entry (#253).

This patch adapts the vim behaviour. If you reach the end of the
possible completion items, the initial content is written to the
inputbox. This makes it easier to change the filter string to reduce the
completion by simply step right to the very last entry with <S-Tab>.
src/completion.c
src/completion.h
src/ex.c