mirror of
https://github.com/neovim/neovim.git
synced 2026-01-17 10:38:57 +10:00
Problem:
executability check using `uv.fs_access`
doesn't work currently and can't work on windows
Solution:
only check for executable with `vim.fn.executable`
(cherry picked from commit b8763cb215)