Re: [Vim-latex-devel] Bug with mapleader = " "
Brought to you by:
srinathava,
tmaas
From: ZyX <zy...@np...> - 2010-10-07 20:45:47
|
Ответ на сообщение «[Vim-latex-devel] Bug with mapleader = " "», присланное в 23:26:23 07 октября 2010, Четверг. Отправитель: Mika Fischer: What problems do you have? If I do ``let g:mapleader="<Space>"'' before loading tex file, everything works as expected. Maybe you tried to set g:mapleader to literal space? I think that ``g:mapleader'' should be replaced but not with ``<Leader>'' but with ``g:latex_suite_mapleader'' or something like that. Текст сообщения: > Hi, > > there's a bug with vim-latex, when setting g:mapleader to <space>. The > compile and view commands etc. get bound to "ll", "lv", and so on > instead of "<space>ll", "<space>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 regards, > Mika |