From 79a2a49c5a2c973d14923894b63582d749774b94 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 4 Jan 2012 14:35:37 +0100 Subject: updated for version 7.3.391 Problem: Can't check if the XPM_W32 feature is enabled. Solution: Add xpm_w32 to the list of features. (kat) --- src/eval.c | 3 +++ src/version.c | 2 ++ 2 files changed, 5 insertions(+) (limited to 'src') diff --git a/src/eval.c b/src/eval.c index 8bf243efe..402d09d5b 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 diff --git a/src/version.c b/src/version.c index 1deb08f34..d8cf62cf4 100644 --- a/src/version.c +++ b/src/version.c @@ -714,6 +714,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 391, /**/ 390, /**/ -- cgit v1.2.3