0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0222

This commit is contained in:
Bram Moolenaar
2006-03-12 21:58:43 +00:00
parent 2b48ad5cd7
commit c4956c8d1d
3 changed files with 7 additions and 7 deletions

View File

@@ -1780,12 +1780,12 @@ regatom(flagp)
}
break;
#ifdef FEAT_SYN_HL
case Magic('z'):
{
c = no_Magic(getchr());
switch (c)
{
#ifdef FEAT_SYN_HL
case '(': if (reg_do_extmatch != REX_SET)
EMSG_RET_NULL(_("E66: \\z( not allowed here"));
if (one_exactly)
@@ -1810,6 +1810,7 @@ regatom(flagp)
ret = regnode(ZREF + c - '0');
re_has_z = REX_USE;
break;
#endif
case 's': ret = regnode(MOPEN + 0);
break;
@@ -1821,7 +1822,6 @@ regatom(flagp)
}
}
break;
#endif
case Magic('%'):
{