diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -767,6 +767,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1603,
+/**/
     1602,
 /**/
     1601,