Code

list_window: search in strings with the "jump" command
authorMatt Portas <m.portas20@googlemail.com>
Mon, 16 Mar 2009 16:13:33 +0000 (17:13 +0100)
committerMax Kellermann <max@duempel.org>
Mon, 16 Mar 2009 18:14:15 +0000 (19:14 +0100)
commitb36fbc3ed8b9ceed41e289410cbdcff853b906d3
treeacbe0e215d6ecad76f8057a46df0121fe29fb4d8
parent2236f0c6ea2f529e0d5a8a6df7bcd1838c1c9fb1
list_window: search in strings with the "jump" command

This patch extends the jump function.  Current jump only searches the
start of the lines, but with this patch it searches through the whole
line for a match.  Since this takes more cpu power, I have inlined it
back to the original behavior in MINI.
src/list_window.c
src/match.c
src/match.h