commit | 5adc55cb746893c6ddf7865ff654582902dee2e3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 02 23:12:58 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 02 23:12:58 2020 +0200 |
tree | 7388ed33702564ad763cdd09af8dcb7552041925 | |
parent | 1c0d44f8efae36c079cb8be395785827aa0b2737 [diff] [blame] |
patch 8.2.0683: Vim9: parsing type does not always work Problem: Vim9: parsing type does not always work. Solution: Handle func type without return value. Test more closures. Fix type check offset. Fix garbage collection.
diff --git a/src/version.c b/src/version.c index 21cda47..ae08554 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 683, +/**/ 682, /**/ 681,