From: Bram Moolenaar Date: Thu, 26 Nov 2009 19:40:49 +0000 (+0000) Subject: updated for version 7.2-309 X-Git-Tag: v7.2.309 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d32a319f40e1554c100f3027fd077d278b064f67;p=vim updated for version 7.2-309 --- diff --git a/src/regexp.c b/src/regexp.c index e507e40e5..037222e00 100644 --- a/src/regexp.c +++ b/src/regexp.c @@ -7214,6 +7214,8 @@ exit: } #ifdef FEAT_EVAL +static char_u *reg_getline_submatch __ARGS((linenr_T lnum)); + /* * Call reg_getline() with the line numbers from the submatch. If a * substitute() was used the reg_maxline and other values have been diff --git a/src/version.c b/src/version.c index 7d3c43594..72f84c54e 100644 --- a/src/version.c +++ b/src/version.c @@ -681,6 +681,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 309, /**/ 308, /**/