diff src/version.c @ 18311:60fce48438e2 v8.1.2150

patch 8.1.2150: no test for 'ttymouse' set from xterm version response Commit: https://github.com/vim/vim/commit/03b00476eed43dbc25222549c00b3af28e79b350 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 14 22:22:03 2019 +0200 patch 8.1.2150: no test for 'ttymouse' set from xterm version response Problem: No test for 'ttymouse' set from xterm version response. Solution: Test the three possible values.
author Bram Moolenaar <Bram@vim.org>
date Mon, 14 Oct 2019 22:30:03 +0200
parents 2047cb93eb0c
children d2fd32a43621
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2150,
+/**/
     2149,
 /**/
     2148,