commit | 1c0d44f8efae36c079cb8be395785827aa0b2737 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 02 19:04:58 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 02 19:04:58 2020 +0200 |
tree | aba827e5aa9d8b8c3f92d31c57fc19abd01c4a13 | |
parent | 0b6849e9e302286e906d97e4ba017dd66561a9ce [diff] [blame] |
patch 8.2.0682: Vim9: parsing function argument type can get stuck Problem: Vim9: parsing function argument type can get stuck. Solution: Bail out when not making progress.
diff --git a/src/version.c b/src/version.c index 982ac1f..21cda47 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 682, +/**/ 681, /**/ 680,