Skip to content

Commit

Permalink
bugfix for lazyload
Browse files Browse the repository at this point in the history
  • Loading branch information
jayli committed Aug 17, 2023
1 parent 60689c9 commit 921471b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoload/easycomplete.vim
Original file line number Diff line number Diff line change
Expand Up @@ -1635,8 +1635,8 @@ function! s:SnipSupports()
return v:false
endif
try
call UltiSnips#SnippetsInCurrentScope()
catch /117/
call funcref("UltiSnips#SnippetsInCurrentScope")
catch /700/
return v:false
endtry
return v:true
Expand Down

0 comments on commit 921471b

Please sign in to comment.