commit | e462f52db3cab656485a71e4322b6cb18d564a06 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 27 14:43:30 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 27 14:43:30 2020 +0100 |
tree | 2bd955c07b2da6043ded912c39bb053a07f9e7e5 | |
parent | 7e3ee7823ffc55b37e9718720263637ed7232646 [diff] [blame] |
patch 8.2.2227: Vim9: recognizing lambda is too complicated Problem: Vim9: recognizing lambda is too complicated. Solution: Call compile_lambda() and check for NOTDONE.
diff --git a/src/version.c b/src/version.c index 989a7d9..f9216ce 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2227, +/**/ 2226, /**/ 2225,