Problem: The +xpm feature is not sorted properly in :version output.
Solution: Move it up. (Tony Mechelynck)
#else
"-xim",
#endif
+#ifdef WIN3264
+# ifdef FEAT_XPM_W32
+ "+xpm_w32",
+# else
+ "-xpm_w32",
+# endif
+#else
+# ifdef HAVE_XPM
+ "+xpm",
+# else
+ "-xpm",
+# endif
+#endif
#if defined(UNIX) || defined(VMS)
# ifdef USE_XSMP_INTERACT
"+xsmp_interact",
"+xterm_save",
#else
"-xterm_save",
-#endif
-#ifdef WIN3264
-# ifdef FEAT_XPM_W32
- "+xpm_w32",
-# else
- "-xpm_w32",
-# endif
-#else
-# ifdef HAVE_XPM
- "+xpm",
-# else
- "-xpm",
-# endif
#endif
NULL
};
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2207,
/**/
2206,
/**/