mirror of
https://github.com/vim/vim.git
synced 2026-01-27 15:09:17 +01:00
Problem: Vim9: truthiness issue with objects
(kennypete)
Solution: Return true for an non-null object
(Yegappan Lakshmanan)
related: #19173
closes: #19213
Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>