diff options
Diffstat (limited to 'src/nvim/ex_docmd.c')
-rw-r--r-- | src/nvim/ex_docmd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/ex_docmd.c b/src/nvim/ex_docmd.c index 35b0755bd8..003c78b241 100644 --- a/src/nvim/ex_docmd.c +++ b/src/nvim/ex_docmd.c @@ -8069,8 +8069,8 @@ static void ex_redraw(exarg_T *eap) RedrawingDisabled = r; p_lz = p; - // Reset msg_didout, so that a message that's there is overwritten. - msg_didout = false; + /* Reset msg_didout, so that a message that's there is overwritten. */ + msg_didout = FALSE; msg_col = 0; /* No need to wait after an intentional redraw. */ |