forked from aniani/vim
patch 8.2.3370: Vim9: no check for white space before type in declaration
Problem: Vim9: no check for white space before type in declaration.
(Naohiro Ono)
Solution: Check for white space like in a compiled function. (closes #8785)
This commit is contained in:
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3370,
|
||||
/**/
|
||||
3369,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user