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