summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2009-11-26 19:40:49 +0000
committerBram Moolenaar <Bram@vim.org>2009-11-26 19:40:49 +0000
commitd32a319f40e1554c100f3027fd077d278b064f67 (patch)
tree5dd19e5042a5f65c067969752ee55a2aa963a6d4
parent5ea08a893a83bd718a2be7e2ebcf18cc5fd43fa1 (diff)
updated for version 7.2-309v7.2.309
-rw-r--r--src/regexp.c2
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/regexp.c b/src/regexp.c
index e507e40e5c..037222e00c 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 7d3c43594b..72f84c54ec 100644
--- a/src/version.c
+++ b/src/version.c
@@ -682,6 +682,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 309,
+/**/
308,
/**/
307,