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:
@@ -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;
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user