forked from aniani/vim
updated for version 7.2-029
This commit is contained in:
@@ -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:
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user