updated for version 7.2-165

This commit is contained in:
Bram Moolenaar
2009-04-29 16:03:38 +00:00
parent 81d00078be
commit 5135d46481
2 changed files with 5 additions and 1 deletions

View File

@ -8785,9 +8785,11 @@ apply_autocmds_group(event, fname, fname_io, force, group, buf, eap)
else else
{ {
sfname = vim_strsave(fname); sfname = vim_strsave(fname);
/* Don't try expanding FileType, Syntax, WindowID or QuickFixCmd* */ /* Don't try expanding FileType, Syntax, FuncUndefined, WindowID or
* QuickFixCmd* */
if (event == EVENT_FILETYPE if (event == EVENT_FILETYPE
|| event == EVENT_SYNTAX || event == EVENT_SYNTAX
|| event == EVENT_FUNCUNDEFINED
|| event == EVENT_REMOTEREPLY || event == EVENT_REMOTEREPLY
|| event == EVENT_SPELLFILEMISSING || event == EVENT_SPELLFILEMISSING
|| event == EVENT_QUICKFIXCMDPRE || event == EVENT_QUICKFIXCMDPRE

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 */
/**/
165,
/**/ /**/
164, 164,
/**/ /**/