diff src/version.c @ 15575:6effd97a0429 v8.1.0795

patch 8.1.0795: cannot build without popup menu commit https://github.com/vim/vim/commit/f88af6e6757b2e373cf6cd366d6a81a066a6ade0 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 22 22:55:00 2019 +0100 patch 8.1.0795: cannot build without popup menu Problem: Cannot build without popup menu. Solution: Add #ifdef
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Jan 2019 23:00:05 +0100
parents 060cb54565c1
children f611222a4349
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -792,6 +792,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    795,
+/**/
     794,
 /**/
     793,