On Jan 9, 12:14 pm, David Karapetyan <[email protected]>
wrote:
> Hello everyone. When I try to map ' ` using imap ' ` in my vimrc, I find
> that ' ` is mapped correctly for every file except tex files. I suspect
> some code in the latex-suite package is nullifying any imap additions I
> make in my vimrc. INterestingly enough, if I run imap ' ` from within
> vim while editing a tex file, it behaves as it is supposed to (I get the
> mapping I want). What possible solutions are there to my problem?
>

First, figure out what is causing the problem. If it is as you expect,
you can determine exactly where your mapping is getting overwritten by
typing:

:verbose map! '

Incidentally, I'm curious as to why you always want a ` instead of a
'. Does LaTeX always use ` instead?
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to