forked from aniani/vim
patch 8.2.3185: Vim9: start of inline function found in comment line
Problem: Vim9: start of inline function found in comment line. Solution: Do not check for inline function in comment line. (closes #8589)
This commit is contained in:
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3185,
|
||||
/**/
|
||||
3184,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user