[Vim-latex-cvs] vimfiles makefile,1.11,1.12
Brought to you by:
srinathava,
tmaas
From: <mi...@us...> - 2003-05-04 19:21:27
|
Update of /cvsroot/vim-latex/vimfiles In directory sc8-pr-cvs1:/tmp/cvs-serv23044 Modified Files: makefile Log Message: add imaps.txt and explorer.vim to tarballs Index: makefile =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/makefile,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** makefile 17 Jan 2003 18:43:20 -0000 1.11 --- makefile 4 May 2003 19:21:23 -0000 1.12 *************** *** 12,15 **** --- 12,16 ---- zip -q latexSuite.zip plugin/SyntaxFolds.vim zip -q latexSuite.zip plugin/libList.vim + zip -q latexSuite.zip plugin/explorer.vim # ftplugins zip -q latexSuite.zip ftplugin/tex_latexSuite.vim *************** *** 19,22 **** --- 20,24 ---- # documentation zip -q latexSuite.zip doc/latex*.txt + zip -q latexSuite.zip doc/imaps*.txt # indentation zip -q latexSuite.zip indent/tex.vim |