commit | 056678184f679c2989b73bd48eda112f3c79a62f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 20:21:33 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 20:21:33 2022 +0000 |
tree | 6c07b21e0c06adbf8672e3aa25ae912cc82fd2f1 | |
parent | 139575de6653e7fd5807cb036dfb3684b815c519 [diff] [blame] |
patch 8.2.4576: Vim9: error for comparing with null can be annoying Problem: Vim9: error for comparing with null can be annoying. Solution: Allow comparing anything with null. (closes #9948)
diff --git a/src/version.c b/src/version.c index a68a662..c447509 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4576, +/**/ 4575, /**/ 4574,