[Vim-latex-cvs] vimfiles/ftplugin/latex-suite/packages ifthen,1.2,1.2.2.1
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2002-12-24 19:56:40
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages In directory sc8-pr-cvs1:/tmp/cvs-serv23653 Modified Files: Tag: b-newpackages ifthen Log Message: . the global variable which defines commands was mistakenly written as g:TeX_package_color in the ifthen package file causing the ifthen commands not to appear in the packages menu. Developers: Henceforth please note the branch on which commits are made. Index: ifthen =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/ifthen,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -d -r1.2 -r1.2.2.1 *** ifthen 22 Dec 2002 03:01:02 -0000 1.2 --- ifthen 24 Dec 2002 19:56:37 -0000 1.2.2.1 *************** *** 1,5 **** let g:TeX_package_option_ifthen = '' ! let g:TeX_package_color = \ 'brs:ifthenelse{<++>}{<++>}{<++>},' \.'brd:equal,' --- 1,5 ---- let g:TeX_package_option_ifthen = '' ! let g:TeX_package_ifthen = \ 'brs:ifthenelse{<++>}{<++>}{<++>},' \.'brd:equal,' |