Skip to content

Commit c3e0cc0

Browse files
committed
fix: avoid flickering when closing the picker on Vim
1 parent d1b04bd commit c3e0cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/fall/command/Fall.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function! fall#command#Fall#call(args) abort
66
augroup fall_command_Fall
77
autocmd!
88
autocmd CmdlineEnter * call s:hide()
9-
autocmd CmdlineLeave * call s:show()
9+
autocmd CmdlineLeave * call timer_start(0, { -> s:show() })
1010
augroup END
1111
try
1212
set laststatus=0

0 commit comments

Comments
 (0)