To: vim_dev@googlegroups.com Subject: Patch 7.4.2207 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.2207 Problem: The +xpm feature is not sorted properly in :version output. Solution: Move it up. (Tony Mechelynck) Files: src/version.c *** ../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 -- Bram@Moolenaar.net -- 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 ///