commit | 968a5b62ffd3e08005d907d93eaaf807be466a88 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 15 19:32:40 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 15 19:32:40 2021 +0200 |
tree | 642aab1b56f105292e528055906c28435d41e8e9 | |
parent | affd0bc626560631f1df2e0f68db2f15dbda47e1 [diff] [blame] |
patch 8.2.3003: Vim9: closure compiled with wrong compile type Problem: Vim9: closure compiled with wrong compile type. Solution: Use COMPILE_TYPE() when calling a function. (closes #8384)
diff --git a/src/version.c b/src/version.c index 1f757b2..7711978 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3003, +/**/ 3002, /**/ 3001,