[Vim-latex-cvs] vimfiles/ftplugin/latex-suite/macros example,1.1.1.1,1.2
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2002-12-22 03:01:32
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/macros In directory sc8-pr-cvs1:/tmp/cvs-serv16004/ftplugin/latex-suite/macros Modified Files: example Log Message: This is a merge from the b-newimaps branch. The branch was started when a need to robustify imaps.vim was felt. Before, it had a big dependence on "funky" characters. Since imaps.vim affected a lot of files, this commit has a lot of modified files. Briefly, it changes the <<, >> and the <a-umlaut> characters throughout latex-suite to 'unfunky' characters. << --- <+ >> --- +> <a-umlaut> --- <++> The syntax of IMAP and IMAP_PutTextWithMovement was also changed to accept 2 new optional arguments which specify the placeholder characters in the a:rhs. This allows scriptwriters to generate long term maps which will not depend on the internals of imaps.vim The b-newimaps tip at the time of this merge has been tagged as b-newimaps-merge-sa-1 Index: example =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/macros/example,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** example 30 Apr 2002 00:03:23 -0000 1.1.1.1 --- example 22 Dec 2002 03:00:53 -0000 1.2 *************** *** 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}<++> |