]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-309 v7.2.309
authorBram Moolenaar <Bram@vim.org>
Thu, 26 Nov 2009 19:40:49 +0000 (19:40 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 26 Nov 2009 19:40:49 +0000 (19:40 +0000)
src/regexp.c
src/version.c

index e507e40e5c03f960d6ccd7cc2d693a3d7d3aaaf4..037222e00c5d1b3180d4ea1991cf6e4a33d92adb 100644 (file)
@@ -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
index 7d3c43594b984af2e91c44a62926fd149f771878..72f84c54ecde987a23871512b2600c115acf0eab 100644 (file)
@@ -681,6 +681,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    309,
 /**/
     308,
 /**/