Hi, On 3/20/07, Alexandre Rosas <[EMAIL PROTECTED]> wrote: > Thanks, Vaidotas. Your tip about the filetype helped me to > find out a solution. The problem was the default type for > .tex file was plain tex and no latex. I managed to change this > with the following line in my .vimrc > let g:tex_flavor = "latex" > > I also solved the second problem (using your first method), > however I still have a problem with "é". When I type > 'e (in the insert mode) the cursor just move back one > character if it is at the end of the line. Do you know how > to get é? > é in vim is mapped to Alt-i. This is also vim-latex keymap for inserting \item. I found that besides brackets.vim it is also used in envmacros.vim. So if you already have TexLet g:Tex_AdvancedMath=0
go to envmacros.vim file search for M-i, and either comment the lines where this mapping is being used or change it to something else. I am beginning to see a big problem. You cannot use some of the meta mappings with vim, if you use certain accented letters a lot. And I did not find any documentation about this feature. If you have further problems with accented letters, try opening empty vim window, type all the letters while holding alt, find which mapping corresponds to accented letter and then search this mapping in vim-latex code. Highly annoying! Vaidotas ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Vim-latex-devel mailing list Vim-latex-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vim-latex-devel