From: Bram Moolenaar Date: Fri, 8 Aug 2008 11:45:39 +0000 (+0000) Subject: updated for version 7.2c-003 X-Git-Tag: v7.2c.003 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6404a4e100ebe2081bd2678166604f402330143;p=vim updated for version 7.2c-003 --- diff --git a/src/regexp.c b/src/regexp.c index bf113daf1..ac60c695a 100644 --- a/src/regexp.c +++ b/src/regexp.c @@ -1899,7 +1899,7 @@ regatom(flagp) br = regnext(br); } } - *flagp &= ~HASWIDTH; + *flagp &= ~(HASWIDTH | SIMPLE); break; } diff --git a/src/version.c b/src/version.c index 6730cc0fd..61adb887b 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 3, /**/ 2, /**/