comparison src/version.c @ 29883:1342ee83ab97 v9.0.0280

patch 9.0.0280: the builtin termcap list depends on the version Commit: https://github.com/vim/vim/commit/2ee347fbc0619179fefb9933e9bb1165463507b3 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 26 17:53:44 2022 +0100 patch 9.0.0280: the builtin termcap list depends on the version Problem: The builtin termcap list depends on the version. Solution: Always include all termcap entries. Remove duplicate lines.
author Bram Moolenaar <Bram@vim.org>
date Fri, 26 Aug 2022 19:00:07 +0200
parents 0cc9a3001717
children 3ef1fe06690d
comparison
equal deleted inserted replaced
29882:5454d999bbd4 29883:1342ee83ab97
132 #ifdef FEAT_BROWSE 132 #ifdef FEAT_BROWSE
133 "+browse", 133 "+browse",
134 #else 134 #else
135 "-browse", 135 "-browse",
136 #endif 136 #endif
137 #ifdef NO_BUILTIN_TCAPS
138 "-builtin_terms",
139 #endif
140 #ifdef SOME_BUILTIN_TCAPS
141 "+builtin_terms",
142 #endif
143 #ifdef ALL_BUILTIN_TCAPS
144 "++builtin_terms", 137 "++builtin_terms",
145 #endif
146 #ifdef FEAT_BYTEOFF 138 #ifdef FEAT_BYTEOFF
147 "+byte_offset", 139 "+byte_offset",
148 #else 140 #else
149 "-byte_offset", 141 "-byte_offset",
150 #endif 142 #endif
713 NULL 705 NULL
714 }; 706 };
715 707
716 static int included_patches[] = 708 static int included_patches[] =
717 { /* Add new patch number below this line */ 709 { /* Add new patch number below this line */
710 /**/
711 280,
718 /**/ 712 /**/
719 279, 713 279,
720 /**/ 714 /**/
721 278, 715 278,
722 /**/ 716 /**/