Implemented prefix aware history searching (#7).
authorDaniel Carl <danielcarl@gmx.de>
Sun, 24 Feb 2013 19:24:05 +0000 (20:24 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Sun, 24 Feb 2013 19:24:05 +0000 (20:24 +0100)
commit880612a9dc867edd0cabb71086a42cec46963894
treee4341a0be2f581217be687749841062fee2fef58
parent4404ba3667a34bcc6343b0e3dc15415bbdb979d0
Implemented prefix aware history searching (#7).

If ':set' is already typed in the inputbox, the history will only step over
those items that matches this prefix. Now vimp behave a little bit more like
the great vim editor.
doc/vimp.1.txt
src/command.c
src/history.c
src/history.h
src/main.h