When compiling from vim using latex-suite (with the command <leader>ll
) I often get the following error:
W11: Warning: File "yourLaTeXfile.log" has changed since editing started See ":help W11" for more info.
How can I configure vim/latex-suite to always set the autoread of the log-files produced by Tex_RunLaTeX()
? Would it be sufficient to re-map <leader>ll
to Tex_RunLaTeX()!
or will that introduce any new cool features?