commit | 9537e37b1124a0584e5f2af10756baca78bc73a1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 10 21:05:53 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 10 21:05:53 2021 +0000 |
tree | bf12fbb08ff615427fe2ff095d0ff801940e6236 | |
parent | 1daedc838126bf6fe30221192cfe36aa1b56b454 [diff] [blame] |
patch 8.2.3778: lambda debug test fails in some configurations Problem: Lambda debug test fails in some configurations. Solution: Check feature in a legacy function.
diff --git a/src/version.c b/src/version.c index 1688db9..265229f 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3778, +/**/ 3777, /**/ 3776,