mirror of
https://github.com/neovim/neovim.git
synced 2024-12-31 17:13:26 -07:00
d1bdeacb00
Otherwise, if the executable to be verified does not exist,
this would cause a false-positive in the 'IsSafeExecutable()' check,
because 'exepath(executable)' returns an empty string and
'fnamemodify('', ':p:h')' returns the current directory and as a result
the 'IsSafeExecutable()' returns false (for the wrong reason).
|
||
---|---|---|
.. | ||
vim.vim |