Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite
In directory sc8-pr-cvs1:/tmp/cvs-serv13796
Modified Files:
templates.vim
Log Message:
- use the updated syntax of Tex_pack_updateall
Index: templates.vim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/templates.vim,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** templates.vim 17 Jan 2003 06:37:08 -0000 1.10
--- templates.vim 21 Jan 2003 22:15:40 -0000 1.11
***************
*** 70,74 ****
0 d _
! call Tex_pack_updateall()
endfunction
--- 70,74 ----
0 d _
! call Tex_pack_updateall(1)
endfunction
|