From: Bram Moolenaar Date: Tue, 10 Jul 2007 11:09:36 +0000 (+0000) Subject: updated for version 7.1-024 X-Git-Tag: v7.1.024 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aec1179e5e5e2b575547b0050dcf77a44af1c9f9;p=thirdparty%2Fvim.git updated for version 7.1-024 --- diff --git a/src/search.c b/src/search.c index 9f6c997a5d..3836db7162 100644 --- a/src/search.c +++ b/src/search.c @@ -2124,6 +2124,9 @@ findmatchlimit(oap, initc, flags, maxtravel) else if (!backwards) inquote = TRUE; } + + /* ml_get() only keeps one line, need to get linep again */ + linep = ml_get(pos.lnum); } } } diff --git a/src/version.c b/src/version.c index 0e02631c56..4a3f666eb4 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 24, /**/ 23, /**/