Code

conf: Added new "jump-prefix-only" option.
authorPatrick Hallen <patrick.hallen@rwth-aachen.de>
Sat, 28 Mar 2009 18:03:51 +0000 (19:03 +0100)
committerPatrick Hallen <patrick.hallen@rwth-aachen.de>
Sat, 28 Mar 2009 18:03:51 +0000 (19:03 +0100)
commit574bceb005d019d411f73bdd7e811d0bca4643b3
tree5ffb4919fe2803c4de801e06026087855e06c418
parent12f47b8f081b5bea483cd6b17b9e4a5865efbca8
conf: Added new "jump-prefix-only" option.

Commit b36fbc3ed8b9ceed41 broke the usecase of jumping
directly to the first entry which begins with a certain letter.
This patch adds a new option, which enables the old behaviour,
which searches for the beginning of a string and not for the first
occurence.
src/conf.c
src/list_window.c
src/match.c
src/match.h
src/options.c
src/options.h