[Vim-latex-cvs] vimfiles/compiler tex.vim,1.1.1.1,1.2
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2002-11-08 13:39:32
|
Update of /cvsroot/vim-latex/vimfiles/compiler In directory usw-pr-cvs1:/tmp/cvs-serv939 Modified Files: tex.vim Log Message: . missing space in &makeprg. (bug reported by Siegfried Bublitz). Index: tex.vim =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/compiler/tex.vim,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** tex.vim 30 Apr 2002 00:03:05 -0000 1.1.1.1 --- tex.vim 8 Nov 2002 13:39:29 -0000 1.2 *************** *** 3,7 **** " Original Author: Artem Chuprina <ra...@ra...> " Customization: Srinath Avadhanula <sr...@fa...> ! " Last Change: Mon Apr 01 02:00 AM 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 Nov 08 05:00 AM 2002 P " Description: {{{ " This file sets the 'makeprg' and 'errorformat' options for the LaTeX *************** *** 128,134 **** else if &shell =~ 'sh' ! let &makeprg = current_compiler.'\\nonstopmode \\input\{$*\}' else ! let &makeprg = current_compiler.'\nonstopmode \input{$*}' endif endif --- 128,134 ---- else if &shell =~ 'sh' ! let &makeprg = current_compiler.' \\nonstopmode \\input\{$*\}' else ! let &makeprg = current_compiler.' \nonstopmode \input{$*}' endif endif |