We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b04bd commit c3e0cc0Copy full SHA for c3e0cc0
autoload/fall/command/Fall.vim
@@ -6,7 +6,7 @@ function! fall#command#Fall#call(args) abort
6
augroup fall_command_Fall
7
autocmd!
8
autocmd CmdlineEnter * call s:hide()
9
- autocmd CmdlineLeave * call s:show()
+ autocmd CmdlineLeave * call timer_start(0, { -> s:show() })
10
augroup END
11
try
12
set laststatus=0
0 commit comments