0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0g05

This commit is contained in:
Bram Moolenaar
2006-05-06 21:38:18 +00:00
parent 7978344972
commit 773560bc60
2 changed files with 12 additions and 6 deletions

View File

@@ -2595,8 +2595,11 @@ do_more_prompt(typed_char)
{
/* redisplay all lines */
screenclear();
for (i = 0; i < Rows - 1; ++i)
for (i = 0; mp != NULL && i < Rows - 1; ++i)
{
mp = disp_sb_line(i, mp);
++msg_scrolled;
}
}
scroll = 0;
}