comparison src/version.c @ 29863:62350f19d4ed v9.0.0270

patch 9.0.0270: some values of 'path' and 'tags' invalid in the tiny version Commit: https://github.com/vim/vim/commit/2bd9dbc19fc67395cfa1226dda7326071ab22464 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 25 18:12:06 2022 +0100 patch 9.0.0270: some values of 'path' and 'tags' invalid in the tiny version Problem: Some values of 'path' and 'tags' do not work in the tiny version. Solution: Graduate the +path_extra feature.
author Bram Moolenaar <Bram@vim.org>
date Thu, 25 Aug 2022 19:15:03 +0200
parents 8dca33bca038
children 4291eb97e479
comparison
equal deleted inserted replaced
29862:ae8c7b51bb54 29863:62350f19d4ed
446 #ifdef FEAT_EVAL 446 #ifdef FEAT_EVAL
447 "+packages", 447 "+packages",
448 #else 448 #else
449 "-packages", 449 "-packages",
450 #endif 450 #endif
451 #ifdef FEAT_PATH_EXTRA
452 "+path_extra", 451 "+path_extra",
453 #else
454 "-path_extra",
455 #endif
456 #ifdef FEAT_PERL 452 #ifdef FEAT_PERL
457 # ifdef DYNAMIC_PERL 453 # ifdef DYNAMIC_PERL
458 "+perl/dyn", 454 "+perl/dyn",
459 # else 455 # else
460 "+perl", 456 "+perl",
725 NULL 721 NULL
726 }; 722 };
727 723
728 static int included_patches[] = 724 static int included_patches[] =
729 { /* Add new patch number below this line */ 725 { /* Add new patch number below this line */
726 /**/
727 270,
730 /**/ 728 /**/
731 269, 729 269,
732 /**/ 730 /**/
733 268, 731 268,
734 /**/ 732 /**/