diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2020-12-01 17:32:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-01 17:32:48 +0100 |
commit | f88c2490c7971e7f8889e60316ff3767b1a3f92c (patch) | |
tree | 78e83b7a742c708d3655b77f39fe89334d40b3e9 /test/functional/helpers.lua | |
parent | 70d0bee7655d70e4417143e45ec7b0cf3f92d9d3 (diff) | |
parent | bed9839f46047abd81f7c9b56936ba177829221c (diff) | |
download | rneovim-f88c2490c7971e7f8889e60316ff3767b1a3f92c.tar.gz rneovim-f88c2490c7971e7f8889e60316ff3767b1a3f92c.tar.bz2 rneovim-f88c2490c7971e7f8889e60316ff3767b1a3f92c.zip |
Merge pull request #13425 from bfredl/secretcharm
ex_getln: add secret charm
Diffstat (limited to 'test/functional/helpers.lua')
-rw-r--r-- | test/functional/helpers.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/helpers.lua b/test/functional/helpers.lua index d85a6a3cfe..0829560b9c 100644 --- a/test/functional/helpers.lua +++ b/test/functional/helpers.lua @@ -442,6 +442,7 @@ function module.new_argv(...) 'NVIM_LOG_FILE', 'NVIM_RPLUGIN_MANIFEST', 'GCOV_ERROR_FILE', + 'XDG_DATA_DIRS', 'TMPDIR', }) do if not env_tbl[k] then |