comparison src/version.c @ 13414:0e81cd859dec v8.0.1581

patch 8.0.1581: cannot build Win32 GUI without +eval commit https://github.com/vim/vim/commit/3b3a9a5609df2cbaef3512032ac47c1779fbc775 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 6 16:11:47 2018 +0100 patch 8.0.1581: cannot build Win32 GUI without +eval Problem: Cannot build Win32 GUI without +eval. Solution: Define HAVE_INPUT_METHOD without +eval. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Tue, 06 Mar 2018 16:15:07 +0100
parents 58a1104c343e
children e534e8b21fd7
comparison
equal deleted inserted replaced
13413:6a7c8fcc30ee 13414:0e81cd859dec
764 NULL 764 NULL
765 }; 765 };
766 766
767 static int included_patches[] = 767 static int included_patches[] =
768 { /* Add new patch number below this line */ 768 { /* Add new patch number below this line */
769 /**/
770 1581,
769 /**/ 771 /**/
770 1580, 772 1580,
771 /**/ 773 /**/
772 1579, 774 1579,
773 /**/ 775 /**/