]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-198 v7.1.198
authorBram Moolenaar <Bram@vim.org>
Fri, 4 Jan 2008 13:53:09 +0000 (13:53 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 4 Jan 2008 13:53:09 +0000 (13:53 +0000)
src/ex_cmds.c
src/version.c

index 70252378d2be77455ea12bdef519abed4971deba..f160e34a77a21651028502d8c9c53dce187fa0a5 100644 (file)
@@ -4575,6 +4575,7 @@ do_sub(eap)
                    {
                        matchcol = (colnr_T)STRLEN(sub_firstline);
                        nmatch = 1;
+                       skip_match = TRUE;
                    }
                    sub_nsubs++;
                    did_sub = TRUE;
index 4c22d495a642e0583207ba0fb299a3aafc08c1c2..7f2739b234fc7362586b61e9902f7ea92f7a7d78 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    198,
 /**/
     197,
 /**/