Skip to content

Commit dbcde43

Browse files
committed
bugfix
1 parent 9666a99 commit dbcde43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/easycomplete.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1660,7 +1660,7 @@ function! easycomplete#TypeEnterWithPUM()
16601660
" 选中目录
16611661
if (!empty(l:item) && (get(l:item, "menu") ==# "[Dir]" || get(l:item, "menu") ==# "folder"))
16621662
" call s:AsyncRun("easycomplete#DoComplete", [v:true], 60)
1663-
call timer_start(60, { -> s:DoTabCompleteAction() })
1663+
call timer_start(80, { -> s:DoTabCompleteAction() })
16641664
return s:CtrlY()
16651665
endif
16661666
if !empty(l:item) && s:CallCRHandlerByName(l:item, g:easycomplete_typing_ctx) && !s:zizzing()

0 commit comments

Comments
 (0)