1
0
forked from aniani/vim

patch 8.2.0820: Vim9: function type isn't set until compiled

Problem:    Vim9: function type isn't set until compiled.
Solution:   Set function type early.
This commit is contained in:
Bram Moolenaar
2020-05-24 23:45:24 +02:00
parent f40e51a880
commit 6ff71d8b7f
5 changed files with 58 additions and 56 deletions

View File

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