1
0
forked from aniani/vim

patch 8.2.0519: Vim9: return type not properly checked

Problem:    Vim9: return type not properly checked.
Solution:   Check type properly, also at runtime.
This commit is contained in:
Bram Moolenaar
2020-04-05 22:14:54 +02:00
parent 5ba8d3578c
commit 8922860afb
3 changed files with 24 additions and 3 deletions

View File

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