This commit is contained in:
Karl Yngve Lervåg 2015-03-11 06:32:00 +01:00
parent 33a61e38b4
commit fb7e698c6b

View File

@ -27,7 +27,7 @@ function! vimtex#complete#init(initialized) " {{{1
endif
" Check if kpsewhich is required and available
if s:bibtex && g:vimtex_complete_recursive_bib && !executable('kpsewhichc')
if s:bibtex && g:vimtex_complete_recursive_bib && !executable('kpsewhich')
call vimtex#echo#warning('vimtex warning')
call vimtex#echo#warning(' bibtex completion is not available!',
\ 'None')