[Vim-latex-cvs] vimfiles/ftplugin/latex-suite mathmacros.vim,1.6,1.7
Brought to you by:
srinathava,
tmaas
From: <mi...@us...> - 2003-05-09 01:41:22
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite In directory sc8-pr-cvs1:/tmp/cvs-serv15448 Modified Files: mathmacros.vim Log Message: mispell in triangleq command; remove \implies - this command does not exist Index: mathmacros.vim =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/mathmacros.vim,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** mathmacros.vim 7 May 2003 19:42:13 -0000 1.6 --- mathmacros.vim 8 May 2003 20:50:33 -0000 1.7 *************** *** 282,286 **** exe s:pA5.'pitchfork <plug>\pitchfork ' " }}} ! " {{{ BinaryRel2 let s:pA5a = s:pA."n&BinaryRel2." "TODO: dorobiæ logarytmy exe s:pA5a.'ngtr <plug>\ngtr ' --- 282,286 ---- exe s:pA5.'pitchfork <plug>\pitchfork ' " }}} ! " {{{ nBinaryRel2 let s:pA5a = s:pA."n&BinaryRel2." "TODO: dorobiæ logarytmy exe s:pA5a.'ngtr <plug>\ngtr ' *************** *** 316,320 **** exe s:pA6.'Doteq <plug>\Doteq ' exe s:pA6.'fallingdotseq <plug>\fallingdotseq ' ! exe s:pA6.'triangleeq <plug>\triangleeq ' exe s:pA6.'bumpeq <plug>\bumpeq ' exe s:pA6.'Bumpeq <plug>\Bumpeq ' --- 316,320 ---- exe s:pA6.'Doteq <plug>\Doteq ' exe s:pA6.'fallingdotseq <plug>\fallingdotseq ' ! exe s:pA6.'triangleq <plug>\triangleq ' exe s:pA6.'bumpeq <plug>\bumpeq ' exe s:pA6.'Bumpeq <plug>\Bumpeq ' *************** *** 615,619 **** exe s:pA15.'lor <plug>\lor ' exe s:pA15.'land <plug>\land ' - exe s:pA15.'implies <plug>\implies ' " }}} " {{{ Limits1 --- 615,618 ---- |