aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--autocommands.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autocommands.vim b/autocommands.vim
index 3e0e8d0..8f9348f 100644
--- a/autocommands.vim
+++ b/autocommands.vim
@@ -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
"}