mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 22:08:18 +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.