[Vim-latex-cvs] vimfiles/ftplugin/latex-suite mathmacros.vim,1.5,1.6
Brought to you by:
srinathava,
tmaas
From: <mi...@us...> - 2003-05-07 19:42:19
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite In directory sc8-pr-cvs1:/tmp/cvs-serv10005 Modified Files: mathmacros.vim Log Message: fixed mispells; moved brackets and dollars section to IMAP; more arrows Index: mathmacros.vim =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/mathmacros.vim,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** mathmacros.vim 12 Jan 2003 22:02:40 -0000 1.5 --- mathmacros.vim 7 May 2003 19:42:13 -0000 1.6 *************** *** 19,28 **** let s:pA = 'amenu <silent> 85 '.s:MathMenuName ! " brackets and dollars {{{2 ! exe s:pA.'\\&[\ \\] <plug>\[\]<Left><Left>' ! exe s:pA.'\\&(\ \\) <plug>\(\)<Left><Left>' exe s:pA.'&$\ $ <plug>$$' exe s:pA.'-sepmath1- :' ! " 2}}} " MATH arrows {{{ let s:pA1 = s:pA."&Arrows." --- 19,28 ---- let s:pA = 'amenu <silent> 85 '.s:MathMenuName ! " brackets and dollars {{{ ! exe s:pA.'\\&[\ \\] <plug><C-r>=IMAP_PutTextWithMovement("\\[<++>\\]<++>")<cr>' ! exe s:pA.'\\&(\ \\) <plug><C-r>=IMAP_PutTextWithMovement("\\(<++>\\)<++>")<cr>' exe s:pA.'&$\ $ <plug>$$' exe s:pA.'-sepmath1- :' ! " }}} " MATH arrows {{{ let s:pA1 = s:pA."&Arrows." *************** *** 51,54 **** --- 51,55 ---- exe s:pA1.'nwarrow <plug>\nwarrow ' exe s:pA1.'mapsto <plug>\mapsto ' + exe s:pA1.'leadsto <plug>\leadsto ' exe s:pA1.'longmapsto <plug>\longmapsto ' exe s:pA1.'hookleftarrow <plug>\hookleftarrow ' *************** *** 68,71 **** --- 69,74 ---- exe s:pA1.'xrightarrow <plug>\xrightarrow ' " }}} + + " MATH nArrows {{{ let s:pA1a = s:pA."&nArrows." *************** *** 76,79 **** --- 79,116 ---- exe s:pA1a.'nRightarrow <plug>\nRightarrow ' " }}} + " MATH Arrows2 {{{ + let s:pA1a = s:pA."Arrows2." + exe s:pA1a.'dashleftarrow <plug>\dashleftarrow ' + exe s:pA1a.'leftleftarrows <plug>\leftleftarrows ' + exe s:pA1a.'leftrightarrows <plug>\leftrightarrows ' + exe s:pA1a.'Lleftarrow <plug>\Lleftarrow ' + exe s:pA1a.'twoheadleftarrow <plug>\twoheadleftarrow ' + exe s:pA1a.'leftarrowtail <plug>\leftarrowtail ' + exe s:pA1a.'leftrightharpoons <plug>\leftrightharpoons ' + exe s:pA1a.'Lsh <plug>\Lsh ' + exe s:pA1a.'looparrowleft <plug>\looparrowleft ' + exe s:pA1a.'curvearrowleft <plug>\curvearrowleft ' + exe s:pA1a.'circlearrowleft <plug>\circlearrowleft ' + exe s:pA1a.'dashrightarrow <plug>\dashrightarrow ' + exe s:pA1a.'rightrightarrows <plug>\rightrightarrows ' + exe s:pA1a.'rightleftarrows <plug>\rightleftarrows ' + exe s:pA1a.'Rrightarrow <plug>\Rrightarrow ' + exe s:pA1a.'twoheadrightarrow <plug>\twoheadrightarrow ' + exe s:pA1a.'rightarrowtail <plug>\rightarrowtail ' + exe s:pA1a.'rightleftharpoons <plug>\rightleftharpoons ' + exe s:pA1a.'Rsh <plug>\Rsh ' + exe s:pA1a.'looparrowright <plug>\looparrowright ' + exe s:pA1a.'curvearrowright <plug>\curvearrowright ' + exe s:pA1a.'circlearrowright <plug>\circlearrowright ' + exe s:pA1a.'multimap <plug>\multimap ' + exe s:pA1a.'upuparrows <plug>\upuparrows ' + exe s:pA1a.'downdownarrows <plug>\downdownarrows ' + exe s:pA1a.'upharpoonleft <plug>\upharpoonleft ' + exe s:pA1a.'upharpoonright <plug>\upharpoonright ' + exe s:pA1a.'downharpoonleft <plug>\downharpoonleft ' + exe s:pA1a.'downharpoonright <plug>\downharpoonright ' + exe s:pA1a.'rightsquigarrow <plug>\rightsquigarrow ' + exe s:pA1a.'leftrightsquigarrow <plug>\leftrightsquigarrow ' + " }}} " MATH Fonts {{{ let s:pA2a = s:pA."&MathFonts." *************** *** 159,163 **** exe s:pA4.'preccurlyeq <plug>\preccurlyeq ' exe s:pA4.'curlyeqprec <plug>\curlyeqprec ' ! exe s:pA4.'lessim <plug>\lessim ' exe s:pA4.'lessapprox <plug>\lessapprox ' exe s:pA4.'precsim <plug>\precsim ' --- 196,200 ---- exe s:pA4.'preccurlyeq <plug>\preccurlyeq ' exe s:pA4.'curlyeqprec <plug>\curlyeqprec ' ! exe s:pA4.'lesssim <plug>\lesssim ' exe s:pA4.'lessapprox <plug>\lessapprox ' exe s:pA4.'precsim <plug>\precsim ' *************** *** 221,225 **** exe s:pA5.'succ <plug>\succ ' exe s:pA5.'succeq <plug>\succeq ' ! exe s:pA5.'succcurllyeq <plug>\succcurllyeq ' exe s:pA5.'curlyeqsucc <plug>\curlyeqsucc ' exe s:pA5.'gtrsim <plug>\gtrsim ' --- 258,262 ---- exe s:pA5.'succ <plug>\succ ' exe s:pA5.'succeq <plug>\succeq ' ! exe s:pA5.'succcurlyeq <plug>\succcurlyeq ' exe s:pA5.'curlyeqsucc <plug>\curlyeqsucc ' exe s:pA5.'gtrsim <plug>\gtrsim ' *************** *** 255,259 **** exe s:pA5a.'nsucc <plug>\nsucc ' exe s:pA5a.'nsucceq <plug>\nsucceq ' ! exe s:pA5a.'succneq <plug>\succneq ' exe s:pA5a.'gnsim <plug>\gnsim ' exe s:pA5a.'gnapprox <plug>\gnapprox ' --- 292,296 ---- exe s:pA5a.'nsucc <plug>\nsucc ' exe s:pA5a.'nsucceq <plug>\nsucceq ' ! exe s:pA5a.'succneqq <plug>\succneqq ' exe s:pA5a.'gnsim <plug>\gnsim ' exe s:pA5a.'gnapprox <plug>\gnapprox ' *************** *** 379,383 **** exe s:pA8.'uplus <plug>\uplus ' exe s:pA8.'triangleleft <plug>\triangleleft ' - exe s:pA8.'amalg <plug>\amalg ' exe s:pA8.'triangleright <plug>\triangleright ' exe s:pA8.'bigtriangleup <plug>\bigtriangleup ' --- 416,419 ---- |