comparison src/version.c @ 9865:649a6a3fa714 v7.4.2207

commit https://github.com/vim/vim/commit/d58b0f982ad758c59abe47627216a15497e9c3c1 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 13 16:39:56 2016 +0200 patch 7.4.2207 Problem: The +xpm feature is not sorted properly in :version output. Solution: Move it up. (Tony Mechelynck)
author Christian Brabandt <cb@256bit.org>
date Sat, 13 Aug 2016 16:45:05 +0200
parents cbe23f6769f9
children 86f73f026a9a
comparison
equal deleted inserted replaced
9864:3b602e8d0cea 9865:649a6a3fa714
722 #ifdef FEAT_XIM 722 #ifdef FEAT_XIM
723 "+xim", 723 "+xim",
724 #else 724 #else
725 "-xim", 725 "-xim",
726 #endif 726 #endif
727 #ifdef WIN3264
728 # ifdef FEAT_XPM_W32
729 "+xpm_w32",
730 # else
731 "-xpm_w32",
732 # endif
733 #else
734 # ifdef HAVE_XPM
735 "+xpm",
736 # else
737 "-xpm",
738 # endif
739 #endif
727 #if defined(UNIX) || defined(VMS) 740 #if defined(UNIX) || defined(VMS)
728 # ifdef USE_XSMP_INTERACT 741 # ifdef USE_XSMP_INTERACT
729 "+xsmp_interact", 742 "+xsmp_interact",
730 # else 743 # else
731 # ifdef USE_XSMP 744 # ifdef USE_XSMP
743 #ifdef FEAT_XTERM_SAVE 756 #ifdef FEAT_XTERM_SAVE
744 "+xterm_save", 757 "+xterm_save",
745 #else 758 #else
746 "-xterm_save", 759 "-xterm_save",
747 #endif 760 #endif
748 #ifdef WIN3264
749 # ifdef FEAT_XPM_W32
750 "+xpm_w32",
751 # else
752 "-xpm_w32",
753 # endif
754 #else
755 # ifdef HAVE_XPM
756 "+xpm",
757 # else
758 "-xpm",
759 # endif
760 #endif
761 NULL 761 NULL
762 }; 762 };
763 763
764 static int included_patches[] = 764 static int included_patches[] =
765 { /* Add new patch number below this line */ 765 { /* Add new patch number below this line */
766 /**/
767 2207,
766 /**/ 768 /**/
767 2206, 769 2206,
768 /**/ 770 /**/
769 2205, 771 2205,
770 /**/ 772 /**/