1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar 2012-01-04 14:35:37 +01:00
parent fc57380c3f
commit 79a2a49c5a
2 changed files with 5 additions and 0 deletions

View 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

View File

@ -714,6 +714,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
391,
/**/
390,
/**/