mirror of
https://github.com/vim/vim.git
synced 2025-10-02 05:04:20 -04:00
updated for version 7.2c-003
This commit is contained in:
@@ -1899,7 +1899,7 @@ regatom(flagp)
|
|||||||
br = regnext(br);
|
br = regnext(br);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*flagp &= ~HASWIDTH;
|
*flagp &= ~(HASWIDTH | SIMPLE);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -676,6 +676,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 */
|
||||||
|
/**/
|
||||||
|
3,
|
||||||
/**/
|
/**/
|
||||||
2,
|
2,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user