Skip to content

Commit 0628989

Browse files
committed
fix error when F5 is double pressed
1 parent fead770 commit 0628989

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

autoload/ctrlp.vim

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,7 @@ fu! s:async_glob_update_progress(timer)
445445
endif
446446

447447
if !exists('s:job')
448-
call timer_stop(s:timer)
449-
unlet s:timer
448+
call s:stop_timer_if_exists()
450449
endif
451450
endf
452451

0 commit comments

Comments
 (0)