comparison src/version.c @ 14812:7968031aeaa3 v8.1.0418

patch 8.1.0418: MS-Windows: cannot separate Lua include and library dirs commit https://github.com/vim/vim/commit/b872e63fc6c1955d3a9c33745e29c57f354aa73b Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 21 13:44:09 2018 +0200 patch 8.1.0418: MS-Windows: cannot separate Lua include and library dirs Problem: MS-Windows: cannot separate Lua include and library directories. Solution: Add LUA_LIBDIR and LUA_INCDIR. (Ken Takata, closes https://github.com/vim/vim/issues/3464)
author Christian Brabandt <cb@256bit.org>
date Fri, 21 Sep 2018 13:45:04 +0200
parents d47c8d294d1a
children 6cfd3d47f1ca
comparison
equal deleted inserted replaced
14811:ae6532037d29 14812:7968031aeaa3
792 NULL 792 NULL
793 }; 793 };
794 794
795 static int included_patches[] = 795 static int included_patches[] =
796 { /* Add new patch number below this line */ 796 { /* Add new patch number below this line */
797 /**/
798 418,
797 /**/ 799 /**/
798 417, 800 417,
799 /**/ 801 /**/
800 416, 802 416,
801 /**/ 803 /**/