mirror of
https://github.com/neovim/neovim.git
synced 2026-01-18 19:19:19 +10: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.