commit | f3507a517c38bee5498736607ead64c8ae6b5941 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 09 11:56:21 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 09 11:56:21 2022 +0000 |
tree | cad30f34ea6d915800ce7170d28acf09d43b6976 | |
parent | 1588bc8ebee22f2855f27273fc2234fff370f86c [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 3e212db..0aff73a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4530, +/**/ 4529, /**/ 4528,