mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 14:55:33 +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.