commit | f8691004b069f67becd657a02100d7521d1255a9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 10 12:20:53 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 10 12:20:53 2022 +0000 |
tree | 4103e48dced85681f6c85ae4023b74a9becdb111 | |
parent | 56b84b1728e68f984446ec2698716cb8a1f6871d [diff] [blame] |
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".
diff --git a/src/version.c b/src/version.c index 9b72517..5e5a2a8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4534, +/**/ 4533, /**/ 4532,