Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Commit

Permalink
updated for version 7.3.391
Browse files Browse the repository at this point in the history
Problem:    Can't check if the XPM_W32 feature is enabled.
Solution:   Add xpm_w32 to the list of features. (kat)
  • Loading branch information
brammool committed Jan 4, 2012
1 parent fbd53ac commit abcdaae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/eval.c
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -714,6 +714,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
391,
/**/
390,
/**/
Expand Down

0 comments on commit abcdaae

Please sign in to comment.