fix(vim.system): resolve executable paths on windows

Fixes #31107
This commit is contained in:
Lewis Russell
2024-11-07 16:21:49 +00:00
committed by Lewis Russell
parent 7342e6b00d
commit ad3472e291
3 changed files with 20 additions and 2 deletions

View File

@ -2165,6 +2165,7 @@ M.funcs = {
If {expr} starts with "./" the |current-directory| is used.
]=],
fast = true,
name = 'exepath',
params = { { 'expr', 'string' } },
signature = 'exepath({expr})',