1
0
forked from aniani/vim

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);
nmatch = 1;
skip_match = TRUE;
}
sub_nsubs++;
did_sub = TRUE;