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:
parent
a5eea11a57
commit
8c279f1612
@ -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
|
||||
"}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user