comparison src/version.c @ 19677:ad60bc3a8087 v8.2.0395

patch 8.2.0395: build fails with FEAT_EVAL but without FEAT_MENU Commit: https://github.com/vim/vim/commit/a2cbdea9685f9592ee22bda7b58953d2bbaa4c47 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 16 21:08:31 2020 +0100 patch 8.2.0395: build fails with FEAT_EVAL but without FEAT_MENU Problem: Build fails with FEAT_EVAL but without FEAT_MENU. Solution: Add #ifdef. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Mon, 16 Mar 2020 21:15:03 +0100
parents bee179e81f28
children 9199f34d838e
comparison
equal deleted inserted replaced
19676:db11dd62388b 19677:ad60bc3a8087
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 395,
741 /**/ 743 /**/
742 394, 744 394,
743 /**/ 745 /**/
744 393, 746 393,
745 /**/ 747 /**/