summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-08-20 15:05:15 +0200
committerBram Moolenaar <Bram@vim.org>2017-08-20 15:05:15 +0200
commitce1c32780a7d0ae5110eab627fcbfd4a11e5eb52 (patch)
treeb36fcad15e6c83a3ef71e1ca2a27c5d028993944 /src/version.c
parent37b9b8199792882e3e0e7e19e230ea6442b9e857 (diff)
downloadvim-git-ce1c32780a7d0ae5110eab627fcbfd4a11e5eb52.tar.gz
patch 8.0.0973: initial info about blinking cursor is wrongv8.0.0973
Problem: initial info about blinking cursor is wrong Solution: Invert the blink flag. Add t_VS to stop a blinking cursor.
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 cf72cb884..931681567 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 */
/**/
+ 973,
+/**/
972,
/**/
971,