Use verbose for latexmk

This commit is contained in:
Karl Yngve Lervåg 2014-08-03 10:22:34 +02:00
parent 49a100cafd
commit e38992d453

View File

@ -266,7 +266,7 @@ function! s:latexmk_set_cmd(data) " {{{1
endif
let cmd .= ' -' . g:latex_latexmk_output
let cmd .= ' -quiet '
let cmd .= ' -verbose '
let cmd .= ' -pvc'
let cmd .= ' ' . g:latex_latexmk_options
let cmd .= ' -e ' . shellescape('$pdflatex =~ s/ / -file-line-error /')