*** ../vim-7.4.2206/src/version.c 2016-08-13 15:29:10.447871215 +0200
--- src/version.c 2016-08-13 16:37:27.193960314 +0200
***************
*** 724,729 ****
--- 724,742 ----
#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",
***************
*** 745,763 ****
#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
};
--- 758,763 ----
*** ../vim-7.4.2206/src/version.c 2016-08-13 15:29:10.447871215 +0200
--- src/version.c 2016-08-13 16:34:47.059426204 +0200
***************
*** 765,766 ****
--- 765,768 ----
{ /* Add new patch number below this line */
+ /**/
+ 2207,
/**/
--
hundred-and-one symptoms of being an internet addict:
22. You've already visited all the links at Yahoo and you're halfway through
Lycos.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.