Files
neovim/runtime/lua
Emanuel Krollmann 8aa49a8e9b fix(man.lua): useless executability check #33438
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)
2025-04-12 23:53:54 +00:00
..
2025-04-12 10:56:28 -07:00
2025-02-09 18:10:54 +01:00