On Thu, Oct 7, 2010 at 22:17, ZyX wrote:
> What problems do you have? If I do ``let g:mapleader=""'' before
> loading
> tex file, everything works as expected. Maybe you tried to set g:mapleader to
> literal space?
Yes, I did. I was under the impression that "" would not work.
I found some links
On Thu, Oct 7, 2010 at 22:21, Till Maas wrote:
> I applied it in changeset 1109.
Great, thanks!
> There are more occurences of mapleader,
> e.g. in wizardfuncs.vim and texmenuconf.vim, don't they need to be
> patched?
No, because if I saw correctly, they're not used for mappings but for
display
Hi,
I was unable to find a reference of the default keybindings and IMAPs
that vim-latex provides.
I case it really isn't there, maybe you could add a link to the
following reference card to the documentation page:
http://users.physik.fu-berlin.de/~mgoerz/blog/2008/05/vim-latexsuite-refcard/
Bes
Hi,
there's a bug with vim-latex, when setting g:mapleader to . The
compile and view commands etc. get bound to "ll", "lv", and so on
instead of "ll", "lv", and so on. Needless to say this
messes things up quite a bit. The attached patch fixes this problem.
Please consider applying it.
Best rega