comparison src/version.c @ 7850:10f17a228661 v7.4.1222

commit https://github.com/vim/vim/commit/e2c3810c2ae290bbc2cba18eb47cc2d44e4b9797 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 31 14:55:40 2016 +0100 patch 7.4.1222 Problem: ":normal" command and others missing in tiny build. Solution: Graduate FEAT_EX_EXTRA.
author Christian Brabandt <cb@256bit.org>
date Sun, 31 Jan 2016 15:00:05 +0100
parents 798673834bab
children 8818755d8326
comparison
equal deleted inserted replaced
7849:d1de94f57ec9 7850:10f17a228661
219 #ifdef FEAT_EVAL 219 #ifdef FEAT_EVAL
220 "+eval", 220 "+eval",
221 #else 221 #else
222 "-eval", 222 "-eval",
223 #endif 223 #endif
224 #ifdef FEAT_EX_EXTRA
225 "+ex_extra", 224 "+ex_extra",
226 #else
227 "-ex_extra",
228 #endif
229 #ifdef FEAT_SEARCH_EXTRA 225 #ifdef FEAT_SEARCH_EXTRA
230 "+extra_search", 226 "+extra_search",
231 #else 227 #else
232 "-extra_search", 228 "-extra_search",
233 #endif 229 #endif
744 NULL 740 NULL
745 }; 741 };
746 742
747 static int included_patches[] = 743 static int included_patches[] =
748 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 1222,
749 /**/ 747 /**/
750 1221, 748 1221,
751 /**/ 749 /**/
752 1220, 750 1220,
753 /**/ 751 /**/