mirror of
https://github.com/neovim/neovim.git
synced 2026-03-20 15:39:43 +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.