commit | 58a52f215a568b32c8a3aec0ccdb383f1a76dba0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 22 18:56:55 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 22 18:56:55 2020 +0100 |
tree | f85283b344f5f311cb3fe5d925603aaefca30ffe | |
parent | 077a42318c20ec9e71250edd8c4346edef72281b [diff] [blame] |
patch 8.2.2191: Vim9: using wrong name with lambda in nested function Problem: Vim9: using wrong name with lambda in nested function. Solution: Copy the lambda name earlier. (closes #7525)
diff --git a/src/version.c b/src/version.c index 427c8f8..9a5a414 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2191, +/**/ 2190, /**/ 2189,