mirror of
https://github.com/neovim/neovim.git
synced 2024-12-22 04:05:09 -07:00
fix(exmode): do not throttle messages when pressing enter to print line
This commit is contained in:
parent
540d1af90e
commit
6a670a00b3
@ -233,6 +233,7 @@ void do_exmode(void)
|
||||
if (prev_msg_row == Rows - 1) {
|
||||
msg_row--;
|
||||
}
|
||||
msg_grid.throttled = false;
|
||||
}
|
||||
msg_col = 0;
|
||||
print_line_no_prefix(curwin->w_cursor.lnum, FALSE, FALSE);
|
||||
|
Loading…
Reference in New Issue
Block a user