commit | e21d69eec1870a3f4732653aa8ee25d5da10128c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 05 19:32:32 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 05 19:32:32 2017 +0200 |
tree | 3915070a783edb1fb908c3992d5564c68b0439b0 | |
parent | 206155280def51160a9d81d983aed639015ffb44 [diff] [blame] |
patch 8.0.0626: in the GUI the cursor may flicker Problem: In the GUI the cursor may flicker. Solution: Check the cmd_silent flag before updating the cursor shape. (Hirohito Higashi, closes #1637)
diff --git a/src/version.c b/src/version.c index 0280ca8..65dc83f 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 626, +/**/ 625, /**/ 624,