Fixed #405: interaction=nonstopmode for pdflatex

This commit is contained in:
Karl Yngve Lervåg 2016-04-01 23:20:56 +02:00
parent c0a2b4f22a
commit ba756065ff

View File

@ -411,7 +411,9 @@ function! s:latexmk_build_cmd() " {{{1
endif endif
endif endif
let cmd .= ' -verbose -pdf ' . g:vimtex_latexmk_options let cmd .= ' -verbose -pdf'
let cmd .= ' -pdflatex="pdflatex --interaction=nonstopmode" '
let cmd .= g:vimtex_latexmk_options
if g:vimtex_latexmk_file_line_error if g:vimtex_latexmk_file_line_error
let cmd .= ' -e ' . vimtex#util#shellescape( let cmd .= ' -e ' . vimtex#util#shellescape(