summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-07-25 23:08:47 +0200
committerBram Moolenaar <Bram@vim.org>2017-07-25 23:08:47 +0200
commitfc716d725613c3b5934e7eac6573adde8e4f8183 (patch)
tree0efb346d07ccec6caf623323444634e54fb0de3b /src/version.c
parent8f14bb58cb7db31797bc1e5ab5c8080dcbb55b98 (diff)
downloadvim-git-fc716d725613c3b5934e7eac6573adde8e4f8183.tar.gz
patch 8.0.0775: in a terminal the cursor is updated too oftenv8.0.0775
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)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 59f5a9087..c48806a28 100644
--- 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,