Mercurial > vim
view READMEdir/README_haiku.txt @ 33801:d9576e67ab4b
runtime(netrw): expand $COMSPEC without applying 'wildignore' (#13542)
Commit: https://github.com/vim/vim/commit/cb0c113ddc0101b05a27c040774cb7106fc74cd4
Author: Christian Brabandt <cb@256bit.org>
Date: Tue Nov 21 18:48:16 2023 +0000
runtime(netrw): expand $COMSPEC without applying 'wildignore' (https://github.com/vim/vim/issues/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: #13426
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 21 Nov 2023 20:00:04 +0100 |
parents | f8116058ca76 |
children | 4635e43f2c6f |
line wrap: on
line source
README_haiku.txt for version 9.0 of Vim: Vi IMproved. This file explains the installation of Vim on Haiku operating system. See "README.txt" for general information about Vim. Preferred (and easy) way to get Vim on Haiku is to use default Haiku software repository HaikuPorts. To get Vim: - Open HaikuDepot application and search for "vim" package, then install, - Open a Terminal and type "pkgman install vim", then follow instructions. If you prefer to install Vim from source, follow the instructions on "runtime/doc/os_haiku.txt", "Compiling Vim" section.