Revision: 1081
http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1081&view=rev
Author: tmaas
Date: 2010-01-26 22:04:12 +0000 (Tue, 26 Jan 2010)
Log Message:
-----------
Description: Force redraw after latex run
After recompilation, the terminal is sometimes not redrawn and only
few lines are shown.
Author: Anton Khirnov <wy...@gm...>, Johann Felix Soden <jo...@gm...>
Bug-Debian: http://bugs.debian.org/365572
Modified Paths:
--------------
trunk/vimfiles/ftplugin/latex-suite/compiler.vim
Modified: trunk/vimfiles/ftplugin/latex-suite/compiler.vim
===================================================================
--- trunk/vimfiles/ftplugin/latex-suite/compiler.vim 2010-01-26 22:02:34 UTC (rev 1080)
+++ trunk/vimfiles/ftplugin/latex-suite/compiler.vim 2010-01-26 22:04:12 UTC (rev 1081)
@@ -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)"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|