]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-165 v7.2.165
authorBram Moolenaar <Bram@vim.org>
Wed, 29 Apr 2009 16:03:38 +0000 (16:03 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 29 Apr 2009 16:03:38 +0000 (16:03 +0000)
src/fileio.c
src/version.c

index 4145c71fe89d9147146a8e3f391e844c168b9920..3af64c4b0fba997984c0235ef8fa9f9d2888a316 100644 (file)
@@ -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
index 5d1472deb255963f02ec4e677610ebe29a155f4f..b4e4120e3e169a0ec84dde57dda7616ed3b1bcb0 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    165,
 /**/
     164,
 /**/