From 5135d46481e766077b5b749156a333a3c5585fe1 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 29 Apr 2009 16:03:38 +0000 Subject: [PATCH] updated for version 7.2-165 --- src/fileio.c | 4 +++- src/version.c | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/fileio.c b/src/fileio.c index 4145c71fe8..3af64c4b0f 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -8785,9 +8785,11 @@ apply_autocmds_group(event, fname, fname_io, force, group, buf, eap) else { 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 || event == EVENT_SYNTAX + || event == EVENT_FUNCUNDEFINED || event == EVENT_REMOTEREPLY || event == EVENT_SPELLFILEMISSING || event == EVENT_QUICKFIXCMDPRE diff --git a/src/version.c b/src/version.c index 5d1472deb2..b4e4120e3e 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 165, /**/ 164, /**/