0
0
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:
Bram Moolenaar
2008-08-08 11:45:39 +00:00
parent 1b24e4b599
commit a6404a4e10
2 changed files with 3 additions and 1 deletions

View File

@@ -1899,7 +1899,7 @@ regatom(flagp)
br = regnext(br);
}
}
*flagp &= ~HASWIDTH;
*flagp &= ~(HASWIDTH | SIMPLE);
break;
}

View File

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