commit | acda04f5c641330cd589ca52eb61d1ab0d62385f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 08 09:57:28 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 08 09:57:28 2018 +0100 |
tree | 7545da5b44076c90df18ce39e1d69e555e4dc6fc | |
parent | f12519dec88251305793f1651f558d16506b4be2 [diff] [blame] |
patch 8.0.1476: screen isn't always updated right away Problem: Screen isn't always updated right away. Solution: Adjust #ifdef: Call out_flush() when not running the GUI.
diff --git a/src/version.c b/src/version.c index 98a9132..795411c 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1476, +/**/ 1475, /**/ 1474,