Files
neovim/runtime/lua
Emanuel Krollmann b8763cb215 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`
2025-04-12 15:50:04 -07:00
..
2025-04-12 10:21:03 -07:00
2025-02-09 18:10:54 +01:00