]> granicus.if.org Git - vim/commit
patch 8.2.4530: making comparison with null work changes legacy behavior v8.2.4530
authorBram Moolenaar <Bram@vim.org>
Wed, 9 Mar 2022 11:56:21 +0000 (11:56 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 9 Mar 2022 11:56:21 +0000 (11:56 +0000)
commitf3507a517c38bee5498736607ead64c8ae6b5941
treecad30f34ea6d915800ce7170d28acf09d43b6976
parent1588bc8ebee22f2855f27273fc2234fff370f86c
patch 8.2.4530: making comparison with null work changes legacy behavior

Problem:    Making comparison with null work changes legacy behavior.
Solution:   Only use the better comparison in Vim9 script. (closes #9910)
src/testdir/test_expr.vim
src/typval.c
src/version.c