mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update: clear cmdline msg after 20 seconds
5 seconds is too short for long messages or messages we want to keep a record of.
This commit is contained in:
parent
cb45575b1f
commit
4dbe9cbf52
@ -74,6 +74,6 @@ endfunction
|
||||
|
||||
augroup cmd_msg_cls
|
||||
autocmd!
|
||||
autocmd CmdlineLeave : call timer_start(5000, funcref('s:empty_message'))
|
||||
autocmd CmdlineLeave : call timer_start(20000, funcref('s:empty_message'))
|
||||
augroup END
|
||||
"}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user