1
0
forked from aniani/vim

patch 8.2.2298: Vim9: comment right after "(" of function not recognized

Problem:    Vim9: comment right after "(" of function not recognized.
Solution:   Do not skip over white space before calling get_function_args().
            (closes #7613)
This commit is contained in:
Bram Moolenaar
2021-01-04 14:09:43 +01:00
parent 0ea0440865
commit cef1270dec
4 changed files with 54 additions and 9 deletions

View File

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