1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

cursorhold is better than cmdlineleave for clear msg

This commit is contained in:
jdhao 2020-10-10 00:35:14 +08:00
parent a5eea11a57
commit 8c279f1612

View File

@ -74,6 +74,6 @@ endfunction
augroup cmd_msg_cls
autocmd!
autocmd CmdlineLeave : call timer_start(20000, funcref('s:empty_message'))
autocmd CursorHold * call timer_start(25000, funcref('s:empty_message'))
augroup END
"}