mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -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);
|
||||
nmatch = 1;
|
||||
skip_match = TRUE;
|
||||
}
|
||||
sub_nsubs++;
|
||||
did_sub = TRUE;
|
||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
198,
|
||||
/**/
|
||||
197,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user