Fixed none working prev/next patterns (#50).
authorDaniel Carl <danielcarl@gmx.de>
Mon, 28 Oct 2013 22:08:48 +0000 (23:08 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Mon, 28 Oct 2013 22:08:48 +0000 (23:08 +0100)
commitd70d4b172a3b68e3bc5bb5f4275331c6c51b0e6a
treef4b4746d9d3840071886b4da0ef9f6be2450a259
parent09f5784fff23e7fef9208ff50270ba8eb3c49c57
Fixed none working prev/next patterns (#50).

The prev/next pattern did not work properly because of the surrounding single
quotes. Additional to this they where case sensitive and did not match very
well. So the default pattern where reformulated with plain JavaScript regex
syntax and 'i' flag for none case sensitive matching.
doc/vimb.1
src/default.h
src/hints.c