Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite
In directory sc8-pr-cvs1:/tmp/cvs-serv19916
Modified Files:
custommacros.vim
Log Message:
. s/TeX_pack_all/Tex_pack_all/
Index: custommacros.vim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/custommacros.vim,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** custommacros.vim 21 May 2002 16:41:27 -0000 1.6
--- custommacros.vim 6 Dec 2002 06:36:00 -0000 1.7
***************
*** 4,8 ****
" Version: 1.0
" Created: Tue Apr 23 05:00 PM 2002 PST
! " Last Change: czw maj 09 10:00 2002 U
"
" Description: functions for processing custom macros in the
--- 4,8 ----
" Version: 1.0
" Created: Tue Apr 23 05:00 PM 2002 PST
! " Last Change: Thu Dec 05 10:00 PM 2002 PST
"
" Description: functions for processing custom macros in the
***************
*** 117,121 ****
silent! normal! v15l"_x
! call TeX_pack_all()
silent! exe pos
--- 117,121 ----
silent! normal! v15l"_x
! call Tex_pack_all()
silent! exe pos
|