forked from aniani/vim
patch 8.2.2983: Vim9: an inline function requires specifying the return type
Problem: Vim9: an inline function requires specifying the return type. Solution: Make the return type optional.
This commit is contained in:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2983,
|
||||
/**/
|
||||
2982,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user