commit | cef1270dec61efb3544f26ceea0f6a4f57e0198a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 04 14:09:43 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 04 14:09:43 2021 +0100 |
tree | 23644f11905d6e4ce7af73e3c80d52bdd0ee399b | |
parent | 0ea04408653be843e37d03ce574f5d2eae682339 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index f173735..a905760 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2298, +/**/ 2297, /**/ 2296,