commit | 801ab069341c8652680d63c174530fd4feb2911e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 25 19:27:56 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 25 19:27:56 2020 +0200 |
tree | ff8d365fe4c9ea1dbd5b5918b3a58568a77ec18e | |
parent | 832adf9bb8cd39d8e982d8a35ed8a6d39b974494 [diff] [blame] |
patch 8.2.1054: not so easy to pass a lua function to Vim Problem: Not so easy to pass a lua function to Vim. Solution: Convert a Lua function and closure to a Vim funcref. (Prabir Shrestha, closes #6246)
diff --git a/src/version.c b/src/version.c index c1957e4..536d27d 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1054, +/**/ 1053, /**/ 1052,