1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2022-08-25 18:12:06 +01:00
parent 520f6ef60a
commit 2bd9dbc19f
9 changed files with 19 additions and 131 deletions

View File

@@ -448,11 +448,7 @@ static char *(features[]) =
#else
"-packages",
#endif
#ifdef FEAT_PATH_EXTRA
"+path_extra",
#else
"-path_extra",
#endif
#ifdef FEAT_PERL
# ifdef DYNAMIC_PERL
"+perl/dyn",
@@ -727,6 +723,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
270,
/**/
269,
/**/