]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.391 v7.3.391
authorBram Moolenaar <Bram@vim.org>
Wed, 4 Jan 2012 13:35:37 +0000 (14:35 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 4 Jan 2012 13:35:37 +0000 (14:35 +0100)
Problem:    Can't check if the XPM_W32 feature is enabled.
Solution:   Add xpm_w32 to the list of features. (kat)

src/eval.c
src/version.c

index 8bf243efe4767298d42b7001139ba7f34cea923d..402d09d5b56c3d11e0fe50a22f90d91e96a1626c 100644 (file)
@@ -12260,6 +12260,9 @@ f_has(argvars, rettv)
 #ifdef FEAT_XFONTSET
        "xfontset",
 #endif
+#ifdef FEAT_XPM_W32
+       "xpm_w32",
+#endif
 #ifdef USE_XSMP
        "xsmp",
 #endif
index 1deb08f3446cbf0140b5b38af45056d1cb079c34..d8cf62cf49586975973a585f458725508a67ffa9 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    391,
 /**/
     390,
 /**/