commit | 9d5d3c9c4468ad76f16b50eabd3d9e7eab2ed44d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 07 16:43:02 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 07 16:43:02 2016 +0200 |
tree | ecee7bf2e2c8a5eeaea1c00ab3461d34740b3ca6 | |
parent | 05e418d436410cd8bbf5a29ff81e8ad68408b1e8 [diff] [blame] |
patch 7.4.1995 Problem: GUI: cursor drawn in wrong place if a timer callback causes a screen update. (David Samvelyan) Solution: Also redraw the cursor when it's blinking and on.
diff --git a/src/version.c b/src/version.c index 8bb497d..f34f7a0 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1995, +/**/ 1994, /**/ 1993,