1
0
forked from aniani/vim

patch 8.2.2799: Vim9: type casts don't fully work at the script level

Problem:    Vim9: type casts don't fully work at the script level.
Solution:   Implement the missing piece.
This commit is contained in:
Bram Moolenaar
2021-04-21 17:57:26 +02:00
parent a369c3d9c1
commit 459fbdbf92
3 changed files with 101 additions and 9 deletions

View File

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