[Vim-latex-cvs] vimfiles makefile,1.7,1.8
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2002-11-20 06:11:36
|
Update of /cvsroot/vim-latex/vimfiles In directory sc8-pr-cvs1:/tmp/cvs-serv22271 Modified Files: makefile Log Message: . also add in .vim files from ftplugin/tex/ directory. That directory will contain externally contributed packages from now on. Index: makefile =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** makefile 4 Nov 2002 15:39:24 -0000 1.7 --- makefile 20 Nov 2002 06:11:34 -0000 1.8 *************** *** 14,17 **** --- 14,18 ---- # ftplugins zip latexSuite.zip ftplugin/tex_latexSuite.vim + zip latexSuite.zip ftplugin/tex/*.vim # files in the latex-suite directory. Skip the CVS files. zip -R latexSuite.zip `find ftplugin/latex-suite -name '*' | grep -v CVS` |