commit | 2bd9dbc19fc67395cfa1226dda7326071ab22464 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 25 18:12:06 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 25 18:12:06 2022 +0100 |
tree | 31448e8eb576d7580627724ad62b42e6b793dfc1 | |
parent | 520f6ef60a59f7b5f3da9199999d13dbe817d3ce [diff] [blame] |
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.
diff --git a/src/evalfunc.c b/src/evalfunc.c index 6502b58..b3084f3 100644 --- a/src/evalfunc.c +++ b/src/evalfunc.c
@@ -5954,13 +5954,7 @@ 0 #endif }, - {"path_extra", -#ifdef FEAT_PATH_EXTRA - 1 -#else - 0 -#endif - }, + {"path_extra", 1}, {"perl", #if defined(FEAT_PERL) && !defined(DYNAMIC_PERL) 1