diff --git a/autoload/vimtex/complete.vim b/autoload/vimtex/complete.vim index e4766e8956..03ab39fcab 100644 --- a/autoload/vimtex/complete.vim +++ b/autoload/vimtex/complete.vim @@ -85,6 +85,7 @@ let s:completer_bib = { \ '\v\\bibentry\s*\{[^}]*$', \ '\v\\%(text|block)cquote\*?%(\s*\[[^]]*\]){0,2}\{[^}]*$', \ '\v\\%(for|hy)\w+cquote\*?\{[^}]*\}%(\s*\[[^]]*\]){0,2}\{[^}]*$', + \ '\v\\defbibentryset\{[^}]*\}\{[^}]*$', \ ], \ 'initialized' : 0, \}