commit | 1834d37396e046ccbc4aa2678ba16a38197da6b4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 29 17:40:46 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 29 17:40:46 2018 +0200 |
tree | f44f3eda7e643c7e61ac09e504c469b0a94a7049 | |
parent | f06b0b6c8f85ea9c320f2be30b25ed084969c1e2 [diff] [blame] |
patch 8.0.1653: screen dump is made too soon Problem: Screen dump is made too soon. Solution: Wait until the ruler is displayed. (Ozaki Kiichi, closes #2755)
diff --git a/src/version.c b/src/version.c index b709f71..791549c 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1653, +/**/ 1652, /**/ 1651,