gerw / vim-latex-suite

71 stars 16 forks source link

disabling IMaps #1

Closed pengyu closed 12 years ago

pengyu commented 12 years ago

I feel that it is very annoying for enabling IMAPs (like "::" -> "\dots"). So I add the global variable to disable it.

In .vimrc, add the following for disabling IMAPs.

let g:latex_suite_nomapping=1
gerw commented 12 years ago

I may merge your commit if you respect the following points:

BTW: What's the benefit over just doing "let g:Imap_FreezeImap=1"?

pengyu commented 12 years ago

I didn't know "let g:Imap_FreezeImap=1". It does exactly what I need.