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 9666a99 commit dbcde43Copy full SHA for dbcde43
autoload/easycomplete.vim
@@ -1660,7 +1660,7 @@ function! easycomplete#TypeEnterWithPUM()
1660
" 选中目录
1661
if (!empty(l:item) && (get(l:item, "menu") ==# "[Dir]" || get(l:item, "menu") ==# "folder"))
1662
" call s:AsyncRun("easycomplete#DoComplete", [v:true], 60)
1663
- call timer_start(60, { -> s:DoTabCompleteAction() })
+ call timer_start(80, { -> s:DoTabCompleteAction() })
1664
return s:CtrlY()
1665
endif
1666
if !empty(l:item) && s:CallCRHandlerByName(l:item, g:easycomplete_typing_ctx) && !s:zizzing()
0 commit comments