]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(netrw): correctly test for windows in NetrwGlob()
authorChristian Brabandt <cb@256bit.org>
Fri, 14 Jun 2024 06:19:22 +0000 (08:19 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 14 Jun 2024 06:19:22 +0000 (08:19 +0200)
commit440746158ce0fec2880ccacc03f39dbc954c5543
treeac17716f2c50b3f02a88a38c38bc03ef4effd11e
parent1487947fb625d44ed02382ea6b0d5bf72b12583a
runtime(netrw): correctly test for windows in NetrwGlob()

use has("win32") instead of has("win64") otherwise it
won't work on x86 systems.

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/autoload/netrw.vim