diff src/version.c @ 11778:e8005055f845 v8.0.0771

patch 8.0.0771: cursor in terminal window not always updated in GUI commit https://github.com/vim/vim/commit/1c84493bbeda1d58b70e9b2b7723ce92fb2a49d4 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 24 23:36:41 2017 +0200 patch 8.0.0771: cursor in terminal window not always updated in GUI Problem: Cursor in a terminal window not always updated in the GUI. Solution: Call gui_update_cursor(). (Yasuhiro Matsumoto, closes https://github.com/vim/vim/issues/1868)
author Christian Brabandt <cb@256bit.org>
date Mon, 24 Jul 2017 23:45:03 +0200
parents 562fa0b252c5
children c76b672df584
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 */
 /**/
+    771,
+/**/
     770,
 /**/
     769,