commit | 107abd2ca53c31fd3bb40d77ff296e98eaae2975 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 12 14:08:25 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 12 14:08:25 2016 +0200 |
tree | ec1ae0386ed26e1ea96291a69ddf47f9b7aef854 | |
parent | 0e5d3a2940ead6c8ee3bacacea4153b647b67cca [diff] [blame] |
patch 7.4.2199 Problem: In the GUI the cursor is hidden when redrawing any window, causing flicker. Solution: Only undraw the cursor when updating the window it's in.
diff --git a/src/version.c b/src/version.c index 4f96443..b324c12 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2199, +/**/ 2198, /**/ 2197,