From: Bram Moolenaar Date: Tue, 29 Aug 2006 15:58:12 +0000 (+0000) Subject: updated for version 7.0-071 X-Git-Tag: v7.0.071 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9160f30161fab3831ad9b769efe2bf720f2b74c2;p=thirdparty%2Fvim.git updated for version 7.0-071 --- diff --git a/src/search.c b/src/search.c index 97580c01f7..1c38060ee7 100644 --- a/src/search.c +++ b/src/search.c @@ -1259,7 +1259,7 @@ do_search(oap, dirc, pat, count, options) /* * Add character and/or line offset */ - if (!(options & SEARCH_NOOF) || *pat == ';') + if (!(options & SEARCH_NOOF) || (pat != NULL && *pat == ';')) { if (spats[0].off.line) /* Add the offset to the line number. */ { diff --git a/src/version.c b/src/version.c index 9ed4bf3196..35c6c56300 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 */ +/**/ + 71, /**/ 70, /**/