0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

updated for version 7.0016

This commit is contained in:
Bram Moolenaar
2004-09-13 20:26:32 +00:00
parent 15d0a8c77d
commit c0197e2815
48 changed files with 3362 additions and 795 deletions

View File

@@ -1078,8 +1078,11 @@ getcount:
goto normal_end;
}
msg_didout = FALSE; /* don't scroll screen up for normal command */
msg_col = 0;
if (ca.cmdchar != K_IGNORE)
{
msg_didout = FALSE; /* don't scroll screen up for normal command */
msg_col = 0;
}
#ifdef FEAT_VISUAL
old_pos = curwin->w_cursor; /* remember where cursor was */