diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-12-26 03:38:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-26 03:38:54 -0500 |
commit | c64cce906e7ed828d331e1786c985ff7aa734546 (patch) | |
tree | 5f8913cf05a046d2ec23840915d8bb1884db768f /src/nvim/ex_docmd.c | |
parent | 84faeb07d0018c674c2bc730333fefae6123f366 (diff) | |
parent | 44bb7147e40743d9a70ee3a2663a7a7dacec7b13 (diff) | |
download | rneovim-c64cce906e7ed828d331e1786c985ff7aa734546.tar.gz rneovim-c64cce906e7ed828d331e1786c985ff7aa734546.tar.bz2 rneovim-c64cce906e7ed828d331e1786c985ff7aa734546.zip |
Merge pull request #10848 from janlazo/vim-8.1.1189
vim-patch:8.1.{822,1189,1192}
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 63e5c1c9ed..601f4aab38 100644 --- a/src/nvim/ex_docmd.c +++ b/src/nvim/ex_docmd.c @@ -8062,8 +8062,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. */ |