[Vim-latex-cvs] vimfiles/ftplugin/latex-suite compiler.vim,1.29,1.30
Brought to you by:
srinathava,
tmaas
From: <mi...@us...> - 2003-05-29 10:43:35
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite In directory sc8-pr-cvs1:/tmp/cvs-serv4742 Modified Files: compiler.vim Log Message: show value of g:Tex_DefaultTargetFormat if not one of: dvi,ps,pdf Index: compiler.vim =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/compiler.vim,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** compiler.vim 29 May 2003 08:19:41 -0000 1.29 --- compiler.vim 29 May 2003 10:43:31 -0000 1.30 *************** *** 17,21 **** let target = input('Enter the target (dvi/ps/[pdf]/...) for '.a:type.'r: ') else ! let target = input('Enter the target (dvi/ps/pdf/[...]) for '.a:type.'r: ') endif else --- 17,21 ---- let target = input('Enter the target (dvi/ps/[pdf]/...) for '.a:type.'r: ') else ! let target = input('Enter the target (dvi/ps/pdf/['.g:Tex_DefaultTargetFormat.']) for '.a:type.'r: ') endif else |