summaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-01-04 14:35:37 +0100
committerBram Moolenaar <Bram@vim.org>2012-01-04 14:35:37 +0100
commit79a2a49c5a2c973d14923894b63582d749774b94 (patch)
tree227fcb0abbd9ffaafaad2b75c44da24869b80d9c /src/eval.c
parentfc57380c3f1370c26b8c1eddcf9bccbad58e11aa (diff)
updated for version 7.3.391v7.3.391
Problem: Can't check if the XPM_W32 feature is enabled. Solution: Add xpm_w32 to the list of features. (kat)
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/eval.c b/src/eval.c
index 8bf243efe4..402d09d5b5 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -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