Skip to content

Commit 4e662c9

Browse files
committed
fix typo
1 parent 8559967 commit 4e662c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autoload/ctrlp.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ fu! s:async_glob_update_progress(timer)
446446
endif
447447

448448
if !exists('s:job')
449-
timer_stop('s:timer')
449+
call timer_stop(s:timer)
450450
unlet s:timer
451451
endif
452452
endf

0 commit comments

Comments
 (0)