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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aec1179e5e5e2b575547b0050dcf77a44af1c9f9;p=vim updated for version 7.1-024 --- diff --git a/src/search.c b/src/search.c index 9f6c997a5..3836db716 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 0e02631c5..4a3f666eb 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, /**/