commit | eb04f0893afe01faff272ef84c70d8cc16d8e80a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 17 14:32:35 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 17 14:32:35 2020 +0200 |
tree | c0397134cdeb9f9e4b9c47bc517a1d6175df64c2 | |
parent | 26e86445bf06ab7e7587dfdf75f33f7c70632b46 [diff] [blame] |
patch 8.2.0775: not easy to call a Vim function from Lua Problem: Not easy to call a Vim function from Lua. Solution: Add vim.call() and vim.fn(). (Prabir Shrestha, closes #6063)
diff --git a/src/version.c b/src/version.c index 9511379..cc092c2 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 775, +/**/ 774, /**/ 773,