Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite
In directory sc8-pr-cvs1:/tmp/cvs-serv10499
Modified Files:
main.vim
Log Message:
A small change to include every debug statement in the default string.
Index: main.vim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/main.vim,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** main.vim 15 Jun 2003 08:43:17 -0000 1.39
--- main.vim 17 Jun 2003 02:12:29 -0000 1.40
***************
*** 3,6 ****
--- 3,7 ----
" Maintainer: Srinath Avadhanula
" Email: sr...@fa...
+ " CVS: $Id$
" URL:
***************
*** 491,494 ****
--- 492,496 ----
endif
let s:debugString_{pattern} = s:debugString_{pattern}.a:str."\n"
+ let s:debugString_ = s:debugString_.pattern.' : '.a:str."\n"
endfunction " }}}
" Tex_PrintDebug: prings s:debugString {{{
|