diff src/version.c @ 16346:2fb516abde42 v8.1.1178

patch 8.1.1178: when mouse click tests fails value of 'ttytype' is unknown commit https://github.com/vim/vim/commit/4945219b99f8e191c599f80dedc0c4be02ed821e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 17 16:27:02 2019 +0200 patch 8.1.1178: when mouse click tests fails value of 'ttytype' is unknown Problem: When mouse click tests fails value of 'ttytype' is unknown. Solution: Add a message to the assert.
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Apr 2019 16:30:08 +0200
parents d24e5d848a09
children 5f3a86ba4261
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1178,
+/**/
     1177,
 /**/
     1176,