mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
895f712df8
It is a wrong thing to do, this makes valid variable values be treated incorrectly: in XDG_DATA_HOME='/home/$foo/.local/share' `$foo` should be treated literally and not expanded to `foo` environment variable value. Also makes option_expand not try to expand too long strings even if these too long strings are default values. Previously it thought that default values should always be expanded. Also does not try to expand NULL should it be the default value just in case. Fixes #4961 |
||
---|---|---|
.. | ||
download-unicode-files.sh | ||
finddeclarations.pl | ||
gen_events.lua | ||
gendeclarations.lua | ||
genex_cmds.lua | ||
genoptions.lua | ||
genunicodetables.lua | ||
genvimvim.lua | ||
git-log-pretty-since.sh | ||
legacy2luatest.pl | ||
movedocs.pl | ||
msgpack-gen.lua | ||
release.sh | ||
run-api-tests.exp | ||
shadacat.py | ||
stripdecls.py | ||
vim-patch.sh |