comparison src/version.c @ 20456:25392efa9039 v8.2.0782

patch 8.2.0782: cannot build with Lua on MS-Windows Commit: https://github.com/vim/vim/commit/df1643a6a7886b9363c2a98438e61cbe1c803d41 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 17 18:53:27 2020 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 May 2020 19:00:03 +0200
parents 070c8a22261d
children ffadba5f898c
comparison
equal deleted inserted replaced
20455:f5dfb266e340 20456:25392efa9039
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 782,
749 /**/ 751 /**/
750 781, 752 781,
751 /**/ 753 /**/
752 780, 754 780,
753 /**/ 755 /**/