commit | 4fc224ca1cf2a8991c5ea17682a742c6ad5ad0f3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 26 17:56:25 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 26 17:56:25 2020 +0200 |
tree | 4c752cc9133d073c9f0a085f94bdd38948598d7a | |
parent | 2547aa930b59f5e2bcb70e81d5a57ed461e59b4f [diff] [blame] |
patch 8.2.1300: Vim9: optional argument type not parsed properly Problem: Vim9: optional argument type not parsed properly. Solution: Skip over the "?". (issue #6507)
diff --git a/src/version.c b/src/version.c index 93bcc43..68c7cf5 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1300, +/**/ 1299, /**/ 1298,