1
0
forked from aniani/vim

updated for version 7.2-029

This commit is contained in:
Bram Moolenaar
2008-11-06 16:16:44 +00:00
parent 8dd9ac5a96
commit 73a9d7b990
2 changed files with 3 additions and 0 deletions

View File

@@ -3609,6 +3609,7 @@ set_one_cmd_context(xp, buff)
return set_context_in_autocmd(xp, arg, FALSE); return set_context_in_autocmd(xp, arg, FALSE);
case CMD_doautocmd: case CMD_doautocmd:
case CMD_doautoall:
return set_context_in_autocmd(xp, arg, TRUE); return set_context_in_autocmd(xp, arg, TRUE);
#endif #endif
case CMD_set: case CMD_set:

View File

@@ -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 */
/**/
29,
/**/ /**/
28, 28,
/**/ /**/