[Vim-latex-cvs] SF.net SVN: vim-latex:[1070] trunk/vimfiles/compiler/tex.vim
Brought to you by:
srinathava,
tmaas
|
From: <tm...@us...> - 2009-09-15 18:28:26
|
Revision: 1070
http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1070&view=rev
Author: tmaas
Date: 2009-09-15 18:28:17 +0000 (Tue, 15 Sep 2009)
Log Message:
-----------
Description: Don't overwrite the global error formats
Author: Thomas Koch <tho...@ym...>
Bug-Debian: http://bugs.debian.org/487661
Modified Paths:
--------------
trunk/vimfiles/compiler/tex.vim
Modified: trunk/vimfiles/compiler/tex.vim
===================================================================
--- trunk/vimfiles/compiler/tex.vim 2009-09-01 18:51:19 UTC (rev 1069)
+++ trunk/vimfiles/compiler/tex.vim 2009-09-15 18:28:17 UTC (rev 1070)
@@ -194,7 +194,7 @@
let pm = ( g:Tex_ShowallLines == 1 ? '+' : '-' )
- set efm=
+ setlocal efm=
if !g:Tex_ShowallLines
call s:IgnoreWarnings()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|