commit | 67977821270bd328cd37c4ace38fb97f21ad4fd5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 03 21:53:53 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 03 21:53:53 2021 +0100 |
tree | d375fe3cda573c60199ab49b6b7bcf8bff4926a9 | |
parent | 2ef951dd31505874ae9ac35a18513ef34ae0ea3e [diff] [blame] |
patch 8.2.2291: Vim9: cannot use "null" for v:null Problem: Vim9: cannot use "null" for v:null. Solution: Support "null" like "true" and "false". (closes #7495)
diff --git a/src/version.c b/src/version.c index 5585365..4a42d49 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2291, +/**/ 2290, /**/ 2289,