]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4534: Vim9: "is" operator with empty string and null returns true v8.2.4534
authorBram Moolenaar <Bram@vim.org>
Thu, 10 Mar 2022 12:20:53 +0000 (12:20 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 10 Mar 2022 12:20:53 +0000 (12:20 +0000)
commitf8691004b069f67becd657a02100d7521d1255a9
tree4103e48dced85681f6c85ae4023b74a9becdb111
parent56b84b1728e68f984446ec2698716cb8a1f6871d
patch 8.2.4534: Vim9: "is" operator with empty string and null returns true

Problem:    Vim9: "is" operator with empty string and null returns true.
Solution:   Consider empty string and null to be different for "is".
src/testdir/test_vim9_expr.vim
src/typval.c
src/version.c
src/vim9execute.c