commit | ec15b1cfdc5faadb529dedda58adf7fc98c839ed | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 27 16:29:53 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 27 16:29:53 2022 +0100 |
tree | cdcf7ffa3e2ed7de3fc890f6415a0be84ad1e490 | |
parent | c75bca3ee955ff36ece99a42041733ddea5f45a7 [diff] [blame] |
patch 8.2.4634: Vim9: cannot initialize a variable to null_list Problem: Vim9: cannot initialize a variable to null_list. Solution: Give negative count to NEWLIST. (closes #10027) Also fix inconsistencies in comparing with null values.
diff --git a/src/version.c b/src/version.c index 169468b..6986aaa 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4634, +/**/ 4633, /**/ 4632,