1
0
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:
Bram Moolenaar
2021-08-08 19:07:37 +02:00
parent 80a070c361
commit 33ea9fd4d8
3 changed files with 31 additions and 1 deletions

View File

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