]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1769: executable() ignoring symlinks on Windows v9.0.1769
authorAmberArr <me@frost.moe>
Sun, 20 Aug 2023 18:03:45 +0000 (20:03 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 20 Aug 2023 18:03:45 +0000 (20:03 +0200)
commitf5d0f54790fa86dfe73b428a087c8d8e6f391857
treea1ef2d1657f55715d5fa0b0cbc44a0cc112bba22
parent9f29621415146abc046471440515e9e34f3e57a1
patch 9.0.1769: executable() ignoring symlinks on Windows

Problem:  executable() ignoring symlinks on Windows
Solution: resolve reparse points

closes: #12562

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: AmberArr <me@frost.moe>
src/os_mswin.c
src/os_win32.c
src/proto/os_mswin.pro
src/testdir/test_functions.vim
src/version.c