diff src/version.c @ 19269:a8a915898b35 v8.2.0193

patch 8.2.0193: still build failure without +terminal feature Commit: https://github.com/vim/vim/commit/284d1c24e250494cf886b3548f1ecae5ad262da9 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 1 22:39:32 2020 +0100 patch 8.2.0193: still build failure without +terminal feature Problem: Still build failure without +terminal feature. Solution: Add more #ifdefs.
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Feb 2020 22:45:04 +0100
parents c7903f92ed75
children ebeeb4b4a1fa
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    193,
+/**/
     192,
 /**/
     191,