diff src/version.c @ 12295:270256b6d0b8 v8.0.1027

patch 8.0.1027: more terminals can't handle requesting cursor mode commit https://github.com/vim/vim/commit/2db0ec4b2ec405aca4e642e0420ce703f94914a8 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 31 20:17:59 2017 +0200 patch 8.0.1027: more terminals can't handle requesting cursor mode Problem: More terminals can't handle requesting cursor mode. Solution: Recognize Putty. (Hirohito Higashi) Also include Xfce in the version check. (Dominique Pelle) Recognize Konsole.
author Christian Brabandt <cb@256bit.org>
date Thu, 31 Aug 2017 20:30:04 +0200
parents 1ff5e5dfa9b0
children 98586656fcae
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1027,
+/**/
     1026,
 /**/
     1025,