commit | 8acb9cc6209768ca7ec75c9f7af8c389312ea8d6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 08 13:18:55 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 08 13:18:55 2022 +0000 |
tree | 8a5f92b1b10f53f7a3f0e95ffbdcb519ce9ecb09 | |
parent | 08238045e769fce2d5bf1e17167e26eafc3d72b8 [diff] [blame] |
patch 8.2.4526: Vim9: cannot set variables to a null value Problem: Vim9: cannot set variables to a null value. Solution: Add null_list, null_job, etc.
diff --git a/src/version.c b/src/version.c index 9693ad3..c089b02 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4526, +/**/ 4525, /**/ 4524,