commit | f45d747ebf920940b041f5c75c2bfdffb6b670ae | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 30 18:22:26 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 30 18:22:26 2018 +0200 |
tree | 6a6f590502f34925c0c8962e844882c49839c36a | |
parent | d3dc062160b52f2a01900a8b8badb531fb8b3f16 [diff] [blame] |
patch 8.1.0442: GUI: cursor not drawn after ":redraw | sleep" Problem: GUI: Cursor not drawn after ":redraw | sleep". Solution: Flush the output. (closes #3496)
diff --git a/src/version.c b/src/version.c index c81491d..f3a72ec 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 442, +/**/ 441, /**/ 440,