Fix typo
This commit is contained in:
parent
33a61e38b4
commit
fb7e698c6b
@ -27,7 +27,7 @@ function! vimtex#complete#init(initialized) " {{{1
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
" Check if kpsewhich is required and available
|
" 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('vimtex warning')
|
||||||
call vimtex#echo#warning(' bibtex completion is not available!',
|
call vimtex#echo#warning(' bibtex completion is not available!',
|
||||||
\ 'None')
|
\ 'None')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user