comparison src/version.c @ 13458:0e7a56b18d61 v8.0.1603

patch 8.0.1603: cannot build with +terminal but without +menu commit https://github.com/vim/vim/commit/f118d4847eb0dc2473260aebce301643568c5bc3 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 13 13:14:00 2018 +0100 patch 8.0.1603: cannot build with +terminal but without +menu Problem: Cannot build with +terminal but without +menu. Solution: Add #ifdef. (Damien)
author Christian Brabandt <cb@256bit.org>
date Tue, 13 Mar 2018 13:15:07 +0100
parents 7495e3ee1a69
children aa6ecb272236
comparison
equal deleted inserted replaced
13457:83319c33df2c 13458:0e7a56b18d61
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 1603,
769 /**/ 771 /**/
770 1602, 772 1602,
771 /**/ 773 /**/
772 1601, 774 1601,
773 /**/ 775 /**/