1
0
forked from aniani/vim

patch 8.2.1764: Vim9: no error when assigning to script var with wrong type

Problem:    Vim9: no error when assigning to script var with wrong type.
Solution:   Fix off-by-one error. (closes #7028)
This commit is contained in:
Bram Moolenaar
2020-09-27 21:27:40 +02:00
parent 6c542f77eb
commit 06f9c6940a
3 changed files with 13 additions and 1 deletions

View File

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