[Vim-latex-devel] Double definition?
Brought to you by:
srinathava,
tmaas
From: Alberto A. <ygr...@gm...> - 2010-10-26 07:16:27
|
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 it a double definition or I am missing something? Al. |