comparison src/version.c @ 8643:24b43dd167eb v7.4.1611

commit https://github.com/vim/vim/commit/44a2f923c00f1384c9ecde12fb5b4711bc20702e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 19 22:11:51 2016 +0100 patch 7.4.1611 Problem: The versplit feature makes the code uneccessary complicated. Solution: Remove FEAT_VERTSPLIT, always support vertical splits when FEAT_WINDOWS is defined.
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Mar 2016 22:15:06 +0100
parents 0af716a4f5d2
children f4819f0fc5ad
comparison
equal deleted inserted replaced
8642:c7727ca972e3 8643:24b43dd167eb
644 #ifdef FEAT_USR_CMDS 644 #ifdef FEAT_USR_CMDS
645 "+user_commands", 645 "+user_commands",
646 #else 646 #else
647 "-user_commands", 647 "-user_commands",
648 #endif 648 #endif
649 #ifdef FEAT_VERTSPLIT 649 #ifdef FEAT_WINDOWS
650 "+vertsplit", 650 "+vertsplit",
651 #else 651 #else
652 "-vertsplit", 652 "-vertsplit",
653 #endif 653 #endif
654 #ifdef FEAT_VIRTUALEDIT 654 #ifdef FEAT_VIRTUALEDIT
746 NULL 746 NULL
747 }; 747 };
748 748
749 static int included_patches[] = 749 static int included_patches[] =
750 { /* Add new patch number below this line */ 750 { /* Add new patch number below this line */
751 /**/
752 1611,
751 /**/ 753 /**/
752 1610, 754 1610,
753 /**/ 755 /**/
754 1609, 756 1609,
755 /**/ 757 /**/