Update of /cvsroot/vim-latex/vimfiles/compiler
In directory sc8-pr-cvs1:/tmp/cvs-serv23208
Modified Files:
tex.vim
Log Message:
. In the following error message:
! some error
<some stuff> some more stuff
l.12 some error notification here...
include 'some more stuff' as part of the error message. Initially, it was
ignored.
TODO: also get 'some stuff' into the error message...
Index: tex.vim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/compiler/tex.vim,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** tex.vim 20 Nov 2002 05:53:56 -0000 1.4
--- tex.vim 6 Dec 2002 09:48:22 -0000 1.5
***************
*** 3,7 ****
" Original Author: Artem Chuprina <ra...@ra...>
" Customization: Srinath Avadhanula <sr...@fa...>
! " Last Change: Tue Nov 19 09:00 PM 2002 PST
" Description: {{{
" This file sets the 'makeprg' and 'errorformat' options for the LaTeX
--- 3,7 ----
" Original Author: Artem Chuprina <ra...@ra...>
" Customization: Srinath Avadhanula <sr...@fa...>
! " Last Change: Fri Dec 06 01:00 AM 2002 PST
" Description: {{{
" This file sets the 'makeprg' and 'errorformat' options for the LaTeX
***************
*** 212,216 ****
exec 'setlocal efm+=%'.pm.'C[]%.%#'
exec 'setlocal efm+=%'.pm.'C%.%#%[{}\\]%.%#'
! exec 'setlocal efm+=%'.pm.'C<%.%#>%.%#'
exec 'setlocal efm+=%'.pm.'C\ \ %m'
exec 'setlocal efm+=%'.pm.'GSee\ the\ LaTeX%m'
--- 212,216 ----
exec 'setlocal efm+=%'.pm.'C[]%.%#'
exec 'setlocal efm+=%'.pm.'C%.%#%[{}\\]%.%#'
! exec 'setlocal efm+=%'.pm.'C<%.%#>%m'
exec 'setlocal efm+=%'.pm.'C\ \ %m'
exec 'setlocal efm+=%'.pm.'GSee\ the\ LaTeX%m'
|