author | Matt Portas <m.portas20@googlemail.com> | |
Mon, 16 Mar 2009 16:13:33 +0000 (17:13 +0100) | ||
committer | Max Kellermann <max@duempel.org> | |
Mon, 16 Mar 2009 18:14:15 +0000 (19:14 +0100) | ||
commit | b36fbc3ed8b9ceed41e289410cbdcff853b906d3 | |
tree | acbe0e215d6ecad76f8057a46df0121fe29fb4d8 | tree | snapshot |
parent | 2236f0c6ea2f529e0d5a8a6df7bcd1838c1c9fb1 | commit | diff |
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.
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 | diff | blob | history | |
src/match.c | diff | blob | history | |
src/match.h | diff | blob | history |