[Vim-latex-devel] Tex_MathBF()
Brought to you by:
srinathava,
tmaas
From: Jorge S. <j_s...@ya...> - 2005-11-16 20:16:48
|
Hi, According to the doc (latex-suite.txt 20041219): <Alt-M> *ls_3_10_2* *ls_a_by* *Alt-M* This insert-mode mapping encloses the previous character in \mathbf{}. Looking at brackets.vim, I actually see that the case is changed to upper-case: function! Tex_MathBF() return "\<Left>\\mathbf{\<Right>}\<Esc>hvUla" I prefer that Tex_MathBF respects the case, because I need to enter upper and lower case letters very often. Does this make sense to you? By the way, the mapping is wrong in above quoted section of the doc, as it is defined as <M-B> later on. Cheers, Jorge ______________________________________________ Renovamos el Correo Yahoo! Nuevos servicios, más seguridad http://correo.yahoo.es |