forked from aniani/vim
patch 8.2.3317: Vim9: No error for missing white space before return type
Problem: Vim9: No error for missing white space before return type. Solution: Check for white space. (closes #8733)
This commit is contained in:
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3317,
|
||||
/**/
|
||||
3316,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user