aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/message.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-10-09 09:02:26 +0200
committerGitHub <noreply@github.com>2018-10-09 09:02:26 +0200
commit85e8fd96f4e04184cf22b691ea2229de901f4e4c (patch)
tree7c27931728dedf33b7f733175e6c1015d848361c /src/nvim/message.c
parent05cbe0da30fa9455da7d2663e6c5b57876e55fd1 (diff)
parentf181efdeaf07a788203b60a2df915118eeb6f0fc (diff)
downloadrneovim-85e8fd96f4e04184cf22b691ea2229de901f4e4c.tar.gz
rneovim-85e8fd96f4e04184cf22b691ea2229de901f4e4c.tar.bz2
rneovim-85e8fd96f4e04184cf22b691ea2229de901f4e4c.zip
Merge #9098 'vim-patch:8.1.{459,463,466}'
Diffstat (limited to 'src/nvim/message.c')
-rw-r--r--src/nvim/message.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/message.c b/src/nvim/message.c
index fc7396d318..1778e0048f 100644
--- a/src/nvim/message.c
+++ b/src/nvim/message.c
@@ -552,7 +552,7 @@ int emsg(const char_u *s_)
if (p_eb) {
beep_flush(); // also includes flush_buffers()
} else {
- flush_buffers(false); // flush internal buffers
+ flush_buffers(FLUSH_MINIMAL); // flush internal buffers
}
did_emsg = true; // flag for DoOneCmd()
}