]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.2096: Vim9: truthiness issue with objects v9.1.2096
authorYegappan Lakshmanan <yegappan@yahoo.com>
Mon, 19 Jan 2026 18:21:12 +0000 (18:21 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 19 Jan 2026 18:21:12 +0000 (18:21 +0000)
commit4a08c8b5d4729b4d5eafe11886611d2053672384
tree6de9e9e466e81e5e74e22fbf16963c15c062e230
parente803ad1c56f50a4ffdfe8beb478795aa5201475e
patch 9.1.2096: Vim9: truthiness issue with objects

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>
runtime/doc/vim9.txt
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9execute.c