summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-12-22 18:56:55 +0100
committerBram Moolenaar <Bram@vim.org>2020-12-22 18:56:55 +0100
commit58a52f215a568b32c8a3aec0ccdb383f1a76dba0 (patch)
treef85283b344f5f311cb3fe5d925603aaefca30ffe /src/version.c
parent077a42318c20ec9e71250edd8c4346edef72281b (diff)
patch 8.2.2191: Vim9: using wrong name with lambda in nested functionv8.2.2191
Problem: Vim9: using wrong name with lambda in nested function. Solution: Copy the lambda name earlier. (closes #7525)
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 427c8f8a7f..9a5a41402b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2191,
+/**/
2190,
/**/
2189,