mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
On some versions of Windows, WSL is unable to execute symbolic links to Windows executables (microsoft/WSL#3999). As a workaround for that problem this changes to use resolve() on WSL if win32yank was a symbolic link. fixes #12113.