diff --git a/autocommands.vim b/autocommands.vim index e924126..3e0e8d0 100644 --- a/autocommands.vim +++ b/autocommands.vim @@ -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 "}