commit | 23c1b2b018c8121ca5fcc247e37966428bf8ca66 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 05 21:32:33 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 05 21:32:33 2017 +0100 |
tree | e5dce7f458be881b4d85ab569096b3318e1803ab | |
parent | 415a6939a4e8d4e26b4af26c24eb75243d3a2756 [diff] [blame] |
patch 8.0.1376: cursor in terminal not always updated Problem: Cursor in terminal not always updated. Solution: Call gui_mch_flush(). (Ken Takata)
diff --git a/src/version.c b/src/version.c index c41aed0..4361c38 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1376, +/**/ 1375, /**/ 1374,