summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2009-04-29 16:03:38 +0000
committervimboss <devnull@localhost>2009-04-29 16:03:38 +0000
commit594cae5199231237fa720c30e6520f539dc354e4 (patch)
treeede83f95810d5285d373e8b0595046aa622f5782
parentdb4ea473df9153907c6b7b8bf8edcdd5b29f962f (diff)
downloadvim-594cae5199231237fa720c30e6520f539dc354e4.tar.gz
updated for version 7.2-165v7.2.165v7-2-165
-rw-r--r--src/fileio.c4
-rw-r--r--src/version.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 4145c71f..3af64c4b 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 5d1472de..b4e4120e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 165,
+/**/
164,
/**/
163,