patch 8.2.2483: Vim9: type error for misformed expression

Problem:    Vim9: type error for misformed expression.
Solution:   Check for end of command before checking type. (closes #7795)
This commit is contained in:
Bram Moolenaar
2021-02-07 16:33:35 +01:00
parent a5a1ec1826
commit 6628b7ebff
3 changed files with 39 additions and 0 deletions

View File

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