diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-11-22 11:06:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-22 11:06:46 +0800 |
commit | 059dc3f4a6b94cd028c5041d682982e6eed9bc87 (patch) | |
tree | fa1104b7e3bc0e82002481bce529d9f85e87f31f /runtime/lua/vim/vimhelp.lua | |
parent | 820823c76d44c4d1fc350e68d9d75c65c80c72f7 (diff) | |
download | rneovim-059dc3f4a6b94cd028c5041d682982e6eed9bc87.tar.gz rneovim-059dc3f4a6b94cd028c5041d682982e6eed9bc87.tar.bz2 rneovim-059dc3f4a6b94cd028c5041d682982e6eed9bc87.zip |
vim-patch:cb0c113ddc01 (#26147)
runtime(netrw): expand $COMSPEC without applying 'wildignore' (vim/vim#13542)
When expanding $COMSPEC and a user has set :set wildignore=*.exe
netrw won't be able to properly cmd.exe, because it does not ignore the
wildignore setting.
So let's explicitly use expand() without applying the 'wildignore' and
'suffixes' settings to the result
closes: vim/vim#13426
https://github.com/vim/vim/commit/cb0c113ddc0101b05a27c040774cb7106fc74cd4
Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/lua/vim/vimhelp.lua')
0 files changed, 0 insertions, 0 deletions