]> granicus.if.org Git - vim/commit
patch 8.2.0775: not easy to call a Vim function from Lua v8.2.0775
authorBram Moolenaar <Bram@vim.org>
Sun, 17 May 2020 12:32:35 +0000 (14:32 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 17 May 2020 12:32:35 +0000 (14:32 +0200)
commiteb04f0893afe01faff272ef84c70d8cc16d8e80a
treec0397134cdeb9f9e4b9c47bc517a1d6175df64c2
parent26e86445bf06ab7e7587dfdf75f33f7c70632b46
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)
runtime/doc/if_lua.txt
src/if_lua.c
src/testdir/test_lua.vim
src/version.c