comparison src/evalfunc.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 77141226eb2e
comparison
equal deleted inserted replaced
29862:ae8c7b51bb54 29863:62350f19d4ed
5952 1 5952 1
5953 #else 5953 #else
5954 0 5954 0
5955 #endif 5955 #endif
5956 }, 5956 },
5957 {"path_extra", 5957 {"path_extra", 1},
5958 #ifdef FEAT_PATH_EXTRA
5959 1
5960 #else
5961 0
5962 #endif
5963 },
5964 {"perl", 5958 {"perl",
5965 #if defined(FEAT_PERL) && !defined(DYNAMIC_PERL) 5959 #if defined(FEAT_PERL) && !defined(DYNAMIC_PERL)
5966 1 5960 1
5967 #else 5961 #else
5968 0 5962 0