From: <sri...@us...> - 2005-12-22 21:32:46
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26809 Modified Files: bibtex.vim main.vim texmenuconf.vim wizardfuncs.vim Log Message: Index: bibtex.vim =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/bibtex.vim,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** bibtex.vim 5 Aug 2004 01:48:15 -0000 1.6 --- bibtex.vim 22 Dec 2005 21:32:38 -0000 1.7 *************** *** 3,8 **** " Function: BibT " Author: Alan G Isaac <ai...@am...> ! " modified by Srinath Avadhanula <srinath AT fastmail DOT fm> ! " for latex-suite. " License: Vim Charityware license. " CVS: $Id$ --- 3,7 ---- " Function: BibT " Author: Alan G Isaac <ai...@am...> ! " modified by Srinath Avadhanula for latex-suite. " License: Vim Charityware license. " CVS: $Id$ Index: main.vim =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/main.vim,v retrieving revision 1.85 retrieving revision 1.86 diff -C2 -d -r1.85 -r1.86 *** main.vim 22 Dec 2005 21:27:20 -0000 1.85 --- main.vim 22 Dec 2005 21:32:38 -0000 1.86 *************** *** 2,6 **** " Language: LaTeX (ft=tex) " Maintainer: Srinath Avadhanula - " Email: sr...@fa... " CVS: $Id$ " URL: --- 2,5 ---- Index: texmenuconf.vim =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/texmenuconf.vim,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** texmenuconf.vim 7 Nov 2003 02:11:50 -0000 1.21 --- texmenuconf.vim 22 Dec 2005 21:32:38 -0000 1.22 *************** *** 1,5 **** "============================================================================= " File: texmenuconf.vim ! " Author: Srinath Avadhanula <sr...@fa...> " Copyright: Vim charityware license. :help license " Description: --- 1,5 ---- "============================================================================= " File: texmenuconf.vim ! " Author: Srinath Avadhanula " Copyright: Vim charityware license. :help license " Description: Index: wizardfuncs.vim =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/wizardfuncs.vim,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** wizardfuncs.vim 27 Nov 2005 01:20:56 -0000 1.21 --- wizardfuncs.vim 22 Dec 2005 21:32:38 -0000 1.22 *************** *** 5,9 **** " Installation: " History: pluginized by Srinath Avadhanula - " ( sr...@fa...) "============================================================================= --- 5,8 ---- |