1
0
forked from aniani/vim

patch 8.2.3035: Vim9: crash when calling :def function with partial

Problem:    Vim9: crash when calling :def function with partial and return
            type is not set.
Solution:   When the return type is not set handle like the return type is
            unknown. (closes #8422)
This commit is contained in:
Bram Moolenaar
2021-06-22 19:32:17 +02:00
parent ef7be8348f
commit 831bdf8622
3 changed files with 18 additions and 2 deletions

View File

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