[Vim-latex-cvs] vimfiles/ftplugin/latex-suite/macros example,1.1.1.1,1.1.1.1.4.1
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2002-12-14 10:59:52
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/macros In directory sc8-pr-cvs1:/tmp/cvs-serv21869/ftplugin/latex-suite/macros Modified Files: Tag: b-newimaps example Log Message: Changed ä to <++> changed « to <+ changed » to +> No other change. I will not be posting the actual diff of this commit to the group. Just the log. Check the web cvs if you want the diff. Index: example =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/macros/example,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.4.1 diff -C2 -d -r1.1.1.1 -r1.1.1.1.4.1 *** example 30 Apr 2002 00:03:23 -0000 1.1.1.1 --- example 14 Dec 2002 10:59:19 -0000 1.1.1.1.4.1 *************** *** 5,11 **** % formatting here. the indentation will follow automatically... \begin{mycomplicatedenvironment} ! \mycommand1{«»} ! \mycommand2{«hint2»} ! \mycommand3{«»} ! \mycommand4{«»} ! \end{mycomplicatedenvironment}«» --- 5,11 ---- % formatting here. the indentation will follow automatically... \begin{mycomplicatedenvironment} ! \mycommand1{<++>} ! \mycommand2{<+hint2+>} ! \mycommand3{<++>} ! \mycommand4{<++>} ! \end{mycomplicatedenvironment}<++> |