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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user