diff src/version.c @ 12895:d872005ecfcd v8.0.1324

patch 8.0.1324: some xterm sends different mouse move codes commit https://github.com/vim/vim/commit/bb160a188abb3c40258d3e5726524ce203333e84 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 20 21:52:24 2017 +0100 patch 8.0.1324: some xterm sends different mouse move codes Problem: Some xterm sends different mouse move codes. Solution: Also accept 0x80 as a move event.
author Christian Brabandt <cb@256bit.org>
date Mon, 20 Nov 2017 22:00:07 +0100
parents 40ae30bc2691
children 119a03a48c83
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 */
 /**/
+    1324,
+/**/
     1323,
 /**/
     1322,