commit | 7a2222487507eb13cccdb9a66397092775d62b8c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 01 19:23:24 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 01 19:23:24 2022 +0000 |
tree | c5878917461a22b48ec7a38cb6356352b8e57895 | |
parent | f01af9c4e6f1438cd1112cfff42f3837028c7846 [diff] [blame] |
patch 8.2.4487: Vim9: cannot compare with v:null Problem: Vim9: cannot compare with v:null. Solution: Allow comparing anything with v:null. (closes #9866)
diff --git a/src/version.c b/src/version.c index e563142..960e18c 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4487, +/**/ 4486, /**/ 4485,