comparison src/version.c @ 14375:e5d7dd985b53 v8.1.0202

patch 8.1.0202: :version always shows +packages commit https://github.com/vim/vim/commit/6183ccbd679751ff5b138f23a34ead3d7bbc5c1b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 22 05:08:11 2018 +0200 patch 8.1.0202: :version always shows +packages Problem: :version always shows +packages. (Takuya Fujiwara) Solution: Add #ifdef (closes https://github.com/vim/vim/issues/3198) Also for has().
author Christian Brabandt <cb@256bit.org>
date Sun, 22 Jul 2018 05:15:05 +0200
parents 380217380738
children 378eefcbbb12
comparison
equal deleted inserted replaced
14374:5898ddfc3ecc 14375:e5d7dd985b53
491 "+ole", 491 "+ole",
492 # else 492 # else
493 "-ole", 493 "-ole",
494 # endif 494 # endif
495 #endif 495 #endif
496 #ifdef FEAT_EVAL
496 "+packages", 497 "+packages",
498 #else
499 "-packages",
500 #endif
497 #ifdef FEAT_PATH_EXTRA 501 #ifdef FEAT_PATH_EXTRA
498 "+path_extra", 502 "+path_extra",
499 #else 503 #else
500 "-path_extra", 504 "-path_extra",
501 #endif 505 #endif
787 NULL 791 NULL
788 }; 792 };
789 793
790 static int included_patches[] = 794 static int included_patches[] =
791 { /* Add new patch number below this line */ 795 { /* Add new patch number below this line */
796 /**/
797 202,
792 /**/ 798 /**/
793 201, 799 201,
794 /**/ 800 /**/
795 200, 801 200,
796 /**/ 802 /**/