neovim/scripts
ZyX 895f712df8 option: Do not expand options, obtained from XDG vars
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
2016-07-10 02:04:27 +03:00
..
download-unicode-files.sh Create script that downloads and commits UNIDATA files 2015-07-26 22:59:46 +03:00
finddeclarations.pl Remove remaining declarations with new script: finddeclarations.pl 2014-06-02 11:04:18 -03:00
gen_events.lua fileio: Move event definitions to the generator script 2015-07-26 12:39:01 +03:00
gendeclarations.lua api: refactor remote ui to use API dispatch generation 2016-05-27 13:18:04 +02:00
genex_cmds.lua vim-patch:7.4.530-531 2015-04-28 23:08:30 -03:00
genoptions.lua option: Do not expand options, obtained from XDG vars 2016-07-10 02:04:27 +03:00
genunicodetables.lua documentation: Document table meanings in comment to genunicodetables 2015-07-26 22:59:46 +03:00
genvimvim.lua syntax: Exclude deprecated options 2015-07-26 21:39:19 +03:00
git-log-pretty-since.sh release.sh: Automate release process. 2016-04-24 21:46:09 -04:00
legacy2luatest.pl legacy2luatest: Use before_each instead of setup. 2016-02-01 09:09:08 +01:00
movedocs.pl Move documentation from function declarations to definitions 2014-06-02 11:04:04 -03:00
msgpack-gen.lua msgpack-gen: Fix for Lua 5.1. (#4857) 2016-06-01 19:14:09 -04:00
release.sh Run shellcheck (shell scripting linter) on shell scripts. 2016-05-11 21:06:26 -07:00
run-api-tests.exp server: Rename address environment variable 2014-09-13 21:35:47 -03:00
shadacat.py scripts: Add filter argument to shadacat.py 2015-10-23 14:47:59 +03:00
stripdecls.py Add automatic generation of headers 2014-06-02 11:04:17 -03:00
vim-patch.sh vimpatch.sh: bug fix in find_git_remote regex (#4863) 2016-06-01 15:02:20 -04:00