You will have more success if you post your question to the Vim-LaTeX list.
[email protected] To support the old eqnarray environment, Vim-LaTeX will replace every "==" with a "&=&". Are you sure you're not accidentally hitting "=" twice when you only mean to hit it once? If Vim-LaTeX is ever updated to support AMS math/mathutils, I imagine "==" will be replaced with "&=" instead. These things are documented in: :help latex-suite IIRC, these mappings are provided via IMAP, and so you can add something like... :call IMAP('==', '==', 'tex') in your .vimrc. --Ted On 5/26/09 4:02 AM, PM998 wrote: > > Hi, > > I'm using vim with latex-suite for a while now and a pretty happy with > it. > > Unfortunately there is a strange problem. > Vim inserts strange characters into the file from time to time. > This is either a =, == or&=&. > I don't know why? The characters are sometimes there, when I change > the > focus back to vim from the outside. (WinXP). > > It there a way to track down, what/who inserts them? > > Thanks > Peter > -- > > > > -- Ted Pavlic <[email protected]> Please visit my 2009 d'Feet ALS walk page: http://web.alsa.org/goto/tedp My family appreciates your support in the fight to defeat ALS. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
