From 552e844ef89b1b241e6e430934461f266a8a8bf7 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Sun, 1 May 2022 15:59:02 +0800 Subject: [PATCH] feat(chat): remove redraw to avoid flickering the screen --- bundle/vim-chat/autoload/chat/windows.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/vim-chat/autoload/chat/windows.vim b/bundle/vim-chat/autoload/chat/windows.vim index d79113dc5..3220ede68 100644 --- a/bundle/vim-chat/autoload/chat/windows.vim +++ b/bundle/vim-chat/autoload/chat/windows.vim @@ -238,7 +238,7 @@ function! s:update_msg_screen() abort endfunction function! s:echon() abort - redraw! + normal! : echohl Comment | echon s:c_base echohl None | echon s:c_begin echohl Wildmenu | echon s:c_char