commit | ce1c32780a7d0ae5110eab627fcbfd4a11e5eb52 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 20 15:05:15 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 20 15:05:15 2017 +0200 |
tree | b36fcad15e6c83a3ef71e1ca2a27c5d028993944 | |
parent | 37b9b8199792882e3e0e7e19e230ea6442b9e857 [diff] [blame] |
patch 8.0.0973: initial info about blinking cursor is wrong Problem: initial info about blinking cursor is wrong Solution: Invert the blink flag. Add t_VS to stop a blinking cursor.
diff --git a/src/version.c b/src/version.c index cf72cb8..9316815 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 973, +/**/ 972, /**/ 971,