1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-01-03 21:53:53 +01:00
parent 2ef951dd31
commit 6797782127
5 changed files with 28 additions and 8 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2291,
/**/
2290,
/**/