mirror of
https://github.com/neovim/neovim.git
synced 2025-11-22 10:06:33 +00:00
Do _not_ set v:shell_error on parameter validation error. system([...]) does not invoke a shell, so this change is somewhat questionable. But `:help v:shell_error` is sufficiently vague to allow -1 in this case.