diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-08-20 15:05:15 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-08-20 15:05:15 +0200 |
commit | ce1c32780a7d0ae5110eab627fcbfd4a11e5eb52 (patch) | |
tree | b36fcad15e6c83a3ef71e1ca2a27c5d028993944 /src/version.c | |
parent | 37b9b8199792882e3e0e7e19e230ea6442b9e857 (diff) | |
download | vim-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.c | 2 |
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, |