commit | 56b84b1728e68f984446ec2698716cb8a1f6871d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 09 19:46:48 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 09 19:46:48 2022 +0000 |
tree | b542f00e7e9bd542596f566da6cbf29157fdd100 | |
parent | f2832ad9653815103b39daf873511baa37424d3d [diff] [blame] |
patch 8.2.4533: Vim9: no test that after assigning null type is still checked Problem: Vim9: no test that after assigning null the type is still checked. Solution: Add a test.
diff --git a/src/version.c b/src/version.c index 9248ca4..9b72517 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4533, +/**/ 4532, /**/ 4531,