commit | 86c3a2162c2e78b4f0b87b47779cc1452990ee1b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 08 19:50:24 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 08 19:50:24 2021 +0100 |
tree | 81b19a2455734ecc2dcabcee2ae55e313efaa4a7 | |
parent | 9355ae41497cbcce58ddd79f9125eb3e9dfe0a43 [diff] [blame] |
patch 8.2.2578: Lua cannot handle a passed in lambda Problem: Lua cannot handle a passed in lambda. Solution: Handle VAR_PARTIAL. (Prabir Shrestha, closes #7937, closes #7936)
diff --git a/src/version.c b/src/version.c index f7c2171..6c96175 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2578, +/**/ 2577, /**/ 2576,