Update of /cvsroot/vim-latex/vimfiles/compiler
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4805
Modified Files:
tex.vim
Log Message:
Index: tex.vim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/compiler/tex.vim,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** tex.vim 14 May 2004 17:33:20 -0000 1.7
--- tex.vim 22 Jul 2004 00:38:07 -0000 1.8
***************
*** 284,286 ****
--- 284,293 ----
call s:SetLatexEfm()
+ if !exists('*Tex_Debug')
+ function! Tex_Debug(...)
+ endfunction
+ endif
+
+ call Tex_Debug("compiler/tex.vim: sourcing this file", "comp")
+
" vim: fdm=marker:commentstring=\ \"\ %s
|