commit | 17d868b8b268c9b9670421039d1a772341937add | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 27 16:29:53 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 27 16:29:53 2021 +0200 |
tree | 9b8c82e16646c8a7244e8dfb337fbfe06ab938dc | |
parent | 577dc93da9ec78684576bff71328d40f24bd6dd8 [diff] [blame] |
patch 8.2.3066: Vim9: debugging lambda does not work Problem: Vim9: debugging lambda does not work. Solution: Use the compile type of the function when compiling a lambda. (closes #8412)
diff --git a/src/version.c b/src/version.c index d07a320..9bb7c4f 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3066, +/**/ 3065, /**/ 3064,