comparison src/version.c @ 14424:0a69e6e708f9 v8.1.0226

patch 8.1.0226: too many #ifdefs commit https://github.com/vim/vim/commit/1f0bfe561737cd445532f20d7607a81d1dadddee Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 29 16:09:22 2018 +0200 patch 8.1.0226: too many #ifdefs Problem: Too many #ifdefs. Solution: Graduate the +vreplace feature, it's not much code and quite a few #ifdefs.
author Christian Brabandt <cb@256bit.org>
date Sun, 29 Jul 2018 16:15:05 +0200
parents 06316dbd66bc
children c74a5cf0522f
comparison
equal deleted inserted replaced
14423:cd3118af2cfc 14424:0a69e6e708f9
712 #ifdef FEAT_VIMINFO 712 #ifdef FEAT_VIMINFO
713 "+viminfo", 713 "+viminfo",
714 #else 714 #else
715 "-viminfo", 715 "-viminfo",
716 #endif 716 #endif
717 #ifdef FEAT_VREPLACE
718 "+vreplace", 717 "+vreplace",
719 #else
720 "-vreplace",
721 #endif
722 #ifdef WIN3264 718 #ifdef WIN3264
723 # ifdef FEAT_VTP 719 # ifdef FEAT_VTP
724 "+vtp", 720 "+vtp",
725 # else 721 # else
726 "-vtp", 722 "-vtp",
796 NULL 792 NULL
797 }; 793 };
798 794
799 static int included_patches[] = 795 static int included_patches[] =
800 { /* Add new patch number below this line */ 796 { /* Add new patch number below this line */
797 /**/
798 226,
801 /**/ 799 /**/
802 225, 800 225,
803 /**/ 801 /**/
804 224, 802 224,
805 /**/ 803 /**/