summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-06-27 16:29:53 +0200
committerBram Moolenaar <Bram@vim.org>2021-06-27 16:29:53 +0200
commit17d868b8b268c9b9670421039d1a772341937add (patch)
tree9b8c82e16646c8a7244e8dfb337fbfe06ab938dc /src/version.c
parent577dc93da9ec78684576bff71328d40f24bd6dd8 (diff)
patch 8.2.3066: Vim9: debugging lambda does not workv8.2.3066
Problem: Vim9: debugging lambda does not work. Solution: Use the compile type of the function when compiling a lambda. (closes #8412)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index d07a320856..9bb7c4f981 100644
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3066,
+/**/
3065,
/**/
3064,