updated for version 7.2-309
author |
vimboss |
date |
Thu, 26 Nov 2009 19:40:49 +0000 |
parents |
a3a4be6bdcdd |
children |
82885ffcad10 |
files |
src/regexp.c src/version.c |
diffstat |
2 files changed, 4 insertions(+), 0 deletions(-)
[+]
|
line diff
--- 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
--- 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,