Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix 3546 - check empty executable string.
At some point VIM/NVIM started throwing errors if the input string is empty for some functions such as execute() and fnamemodify(). This commit checks if the executable string is empty before passing it to the executable() function. Resources: - vim/vim#7465 - https://github.com/vim/vim/releases/tag/v8.2.2117
- Loading branch information