From f52928ff69c34929552aa418b3662cac5b849b3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Yngve=20Lerv=C3=A5g?= Date: Sun, 21 Feb 2021 23:43:02 +0100 Subject: [PATCH] fix: minor fix --- autoload/vimtex/qf/bibtex.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/autoload/vimtex/qf/bibtex.vim b/autoload/vimtex/qf/bibtex.vim index bceeb94264..2b291cabbd 100644 --- a/autoload/vimtex/qf/bibtex.vim +++ b/autoload/vimtex/qf/bibtex.vim @@ -120,7 +120,6 @@ let s:type_empty = { \ 're' : '\vWarning--empty (.*) in ([^ ;]*)(.*)', \} function! s:type_empty.fix(ctx, entry) abort " {{{1 - unsilent echom 'xxx' a:entry.text let l:matches = matchlist(a:entry.text, self.re) if empty(l:matches) | return 0 | endif