0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

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)
This commit is contained in:
Bram Moolenaar
2018-03-29 17:40:46 +02:00
parent f06b0b6c8f
commit 1834d37396
6 changed files with 11 additions and 4 deletions

View File

@@ -762,6 +762,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1653,
/**/
1652,
/**/