0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.1-198

This commit is contained in:
Bram Moolenaar
2008-01-04 13:53:09 +00:00
parent ce51ebcdf0
commit 12ddc3e02c
2 changed files with 3 additions and 0 deletions

View File

@@ -4575,6 +4575,7 @@ do_sub(eap)
{ {
matchcol = (colnr_T)STRLEN(sub_firstline); matchcol = (colnr_T)STRLEN(sub_firstline);
nmatch = 1; nmatch = 1;
skip_match = TRUE;
} }
sub_nsubs++; sub_nsubs++;
did_sub = TRUE; did_sub = TRUE;

View File

@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
198,
/**/ /**/
197, 197,
/**/ /**/