Re: Patch 8.2.0775

2020-05-17 Fir de Conversatie Ken Takata
Hi, 2020/5/18 Mon 0:29:52 UTC+9 Cesar wrote: > > By building on Windows 7 with Mingw-w64 I'm getting: > > [...] > obji686/if_lua.o:if_lua.c:(.text+0x4096): undefined reference to > `luaL_loadstring' > collect2.exe: error: ld returned 1 exit status > make: *** [gvim.exe] Error 1 > Error by co

Re: Patch 8.2.0775

2020-05-17 Fir de Conversatie Cesar Romani
By building on Windows 7 with Mingw-w64 I'm getting: [...] obji686/if_lua.o:if_lua.c:(.text+0x4096): undefined reference to `luaL_loadstring' collect2.exe: error: ld returned 1 exit status make: *** [gvim.exe] Error 1 Error by compiling gvim.exe -- Cesar -- -- You received this message from t

Patch 8.2.0775

2020-05-17 Fir de Conversatie Bram Moolenaar
Patch 8.2.0775 Problem:Not easy to call a Vim function from Lua. Solution: Add vim.call() and vim.fn(). (Prabir Shrestha, closes #6063) Files: runtime/doc/if_lua.txt, src/if_lua.c, src/testdir/test_lua.vim *** ../vim-8.2.0774/runtime/doc/if_lua.txt 2020-04-14 20:15:45.280566202