Skip to content

Commit

Permalink
fix: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lervag committed Feb 21, 2021
1 parent a62ae0f commit f52928f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autoload/vimtex/qf/bibtex.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f52928f

Please sign in to comment.