Hey guys,
I'm new to the vim latex suite, and rather young to vim itself, so excuse
me if I ask something very straightforward. I am using vim 7.3.19 under
Mac OS X Leopard. I have enabled the visual menus for the terminal version
of vim, and I can navigate through them without problem. Howev
Hey there,
I have yet another question, but as it's about a different part of the
latexsuite I thought it would be better to 'file' a different question. I
have added a couple of templates, and they include a few lines in the
preamble to customise backreferences. Everything works fine, save f
Hi guys,
I came across something tonight. If I wrote `w I didn't get \omega, but
\wedge. I found in main.vim these two lines:
{{{
call IMAP(g:Tex_Leader.'w', '\omega', 'tex')
call IMAP(g:Tex_Leader.'w', '\wedge', 'tex') " AUCTEX style
}}}
I commented the second and `w is giving \omega now. Is