aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_docmd.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-07-12 14:36:05 +0800
committerGitHub <noreply@github.com>2022-07-12 14:36:05 +0800
commit8b75ca734541a42bf0d3f3fd8e39e94662084895 (patch)
tree688fb3b654823d7579964495fb4c5af58f7e7bd8 /src/nvim/ex_docmd.c
parent540d1af90e2276a8bd3b5edb1a63c8225a1aa423 (diff)
parent1abdb3224b177078b046873dadb81381960ad52b (diff)
downloadrneovim-8b75ca734541a42bf0d3f3fd8e39e94662084895.tar.gz
rneovim-8b75ca734541a42bf0d3f3fd8e39e94662084895.tar.bz2
rneovim-8b75ca734541a42bf0d3f3fd8e39e94662084895.zip
Merge pull request #19332 from zeertzjq/vim-8.2.0270
vim-patch:8.2.{0270,2732}
Diffstat (limited to 'src/nvim/ex_docmd.c')
-rw-r--r--src/nvim/ex_docmd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/ex_docmd.c b/src/nvim/ex_docmd.c
index 0b40715857..0651c2e24c 100644
--- a/src/nvim/ex_docmd.c
+++ b/src/nvim/ex_docmd.c
@@ -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);