1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00
This commit is contained in:
jdhao 2020-10-18 23:12:17 +08:00
parent 9ffdef5894
commit 61ff354de0

View File

@ -67,9 +67,7 @@ augroup END
" Clear cmd line message
function! s:empty_message(timer)
if mode() ==# 'n'
echon ''
endif
if mode() ==# 'n' | echo '' | endif
endfunction
augroup cmd_msg_cls