Ответ на сообщение «[Vim-latex-devel] After error during compilation cannot
return to .tex document»,
присланное в 13:57:01 23 марта 2010, Вторник,
отправитель Udo Hortian:
Try in normal mode.
Текст сообщения:
> Hello,
>
> I am not sure what is happening exactly, but I often encounter the
> f
The problem is caused by hasmapto() function which does not accept special keys
in «» form. The attached patch fixes this (replaces hasmapto() with
).
Index: vimfiles/ftplugin/latex-suite/main.vim
===
--- vimfiles/ftplugin/latex-suit
Ответ на сообщение «[Vim-latex-devel] Bug with mapleader = " "»,
присланное в 23:26:23 07 октября 2010, Четверг.
Отправитель: Mika Fischer:
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
lite
I have to place
function IMAP(...)
endfunction
to my ftplugin/tex.vim in order not to have those very annoying insert mode
mappings. Attached patch adds an option `g:latex_suite_omit_imap' that forbids
using all IMAPs.
Текст сообщения:
> On Thu, Oct 7, 2010 at 22:17, ZyX wrote: