Hi Anton Khirnov, Thanks for the fix. In my opinion, it would be the best if the redraw! command is not inserted at the end of Tex_CompileMultipleTimes() but a little above so the message "Ran latex 1 time(s)" stays visible.
I'm going to include the attached patch in the next Debian package release and forward it to upstream. Best wishes Johann Felix Soden
Description: Force redraw after latex run After recompilation, the terminal is sometimes not redrawn and only few lines are shown. Author: Anton Khirnov <wys...@gmail.com>, Johann Felix Soden <joh...@gmx.de> Bug-Debian: http://bugs.debian.org/365572 --- a/ftplugin/latex-suite/compiler.vim +++ b/ftplugin/latex-suite/compiler.vim @@ -593,6 +593,7 @@ let runCount = runCount + 1 endwhile + redraw! call Tex_Debug("Tex_CompileMultipleTimes: Ran latex ".runCount." time(s)", "comp") echomsg "Ran latex ".runCount." time(s)"