From 4c909476149b99ed75bc27300fcf29b4b6f8feb5 Mon Sep 17 00:00:00 2001 From: Jonathan Yong Date: Mon, 9 Nov 2020 17:59:08 +0000 Subject: [PATCH] Add autocomplete support for \defbibentryset{} --- autoload/vimtex/complete.vim | 1 + 1 file changed, 1 insertion(+) 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, \}