> I have added the following line to my .vimrc. However, I still feel
> the delay from \. I tried to open even a file

Have you looked at:

:help mapleader

? It is backslash by default. Consequently, any maps that have been
set with <Leader> will have a backslash in them and Vim will wait
every time you issue a backslash. Try then:

:map!

to see your mappings. Do you see any that start with backslash? If so,
that may be because they were defined somewhere with <Leader>. If you
find what's setting these mappings and get rid of the mappings, then
your problem should disappear.

Alternatively, you could set mapleader to some SINGLE character you
never use. That way, unless you have mappings that use an explicit
backslash initially, the mappings won't cause vim to pause to wait.

--Ted


> xxxxxxxxxx.xxxxxxxxxxxxxxx
>  which should not be related with any plugin, and I also experience
> the delay. So I guess the delay is from vim itself. Are you aware a
> way to disable the delay entirely.
>
> let g:Imap_FreezeImap = 1
>
> --
> Regards,
> Peng



-- 
Ted Pavlic <t...@tedpavlic.com>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel

Reply via email to