mirror of
https://github.com/neovim/neovim.git
synced 2026-06-24 12:15:33 +00:00
Problem: filecopy() may return wrong value when readlink() fails.
Solution: Set ret to -1 so that 0 is returned when readlink() fails.
(zeertzjq)
closes: vim/vim#15438
da090f95df