mirror of
https://github.com/vim/vim.git
synced 2026-02-14 03:03:42 +02:00
vim9 conditions only admit 0 or 1 integers, however the return value of shells is not limited to either 0 or 1 (e.g. powershell) closes: #19010 Signed-off-by: Miguel Barro <miguel.barro@live.com> Signed-off-by: Christian Brabandt <cb@256bit.org>