diff src/version.c @ 11786:98154b91e43a v8.0.0775

patch 8.0.0775: in a terminal the cursor is updated too often commit https://github.com/vim/vim/commit/fc716d725613c3b5934e7eac6573adde8e4f8183 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 25 23:08:47 2017 +0200 patch 8.0.0775: in a terminal the cursor is updated too often Problem: In a terminal the cursor is updated too often. Solution: Only flush when needed. (Yasuhiro Matsumoto). Remeber whether the cursor is visible. (closes #1873)
author Christian Brabandt <cb@256bit.org>
date Tue, 25 Jul 2017 23:15:03 +0200
parents 80fa4b0eb0b0
children 77bf0346687e
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 */
 /**/
+    775,
+/**/
     774,
 /**/
     773,