1
0
forked from aniani/vim

patch 8.2.0782: cannot build with Lua on MS-Windows

Problem:    Cannot build with Lua on MS-Windows.
Solution:   Add DLL symbol for luaL_Loadstring. (Ken Takata)
This commit is contained in:
Bram Moolenaar
2020-05-17 18:53:27 +02:00
parent 9309eb2f28
commit df1643a6a7
2 changed files with 5 additions and 0 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
782,
/**/
781,
/**/