diff options
author | Christian Clason <c.clason@uni-graz.at> | 2024-08-04 18:59:34 +0200 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2024-08-04 18:59:38 +0200 |
commit | be9eaac7e8ee9961ffe1e5d5d25dfc3b7a83ba57 (patch) | |
tree | 2bd1aba95ec1bfdc019aff339d96472e3e65a418 /scripts/gen_eval_files.lua | |
parent | 58406ab9f0adba6f26402d47479ca061864b2584 (diff) | |
download | rneovim-be9eaac7e8ee9961ffe1e5d5d25dfc3b7a83ba57.tar.gz rneovim-be9eaac7e8ee9961ffe1e5d5d25dfc3b7a83ba57.tar.bz2 rneovim-be9eaac7e8ee9961ffe1e5d5d25dfc3b7a83ba57.zip |
vim-patch:c5bdd66: runtime(zip): escape '[' on Unix as well
Problem: After 6f1cbfc9ab483a09877e153ad130164875c40b1d fnameescape()
is no longer called on the name of the file to be extracted.
However, while spaces indeed don't need to be escaped, unzip
treats '[' as a wildcard character, so it need to be escaped.
Solution: Escape '[' on both MS-Windows and Unix.
From the docs it seems '*' and '?' also need escaping, but they seem to
actually work without escaping.
fixes: neovim/neovim#29977
closes: vim/vim#15427
https://github.com/vim/vim/commit/c5bdd66558b14f04424a22d9714a9b7d0c277dac
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Diffstat (limited to 'scripts/gen_eval_files.lua')
0 files changed, 0 insertions, 0 deletions