Re: [Vim-latex-devel] After error during compilation cannot return to .tex document

2010-03-23 Thread ZyX
Ответ на сообщение «[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

[Vim-latex-devel] Bug: Tex_MakeMap remaps key

2010-07-03 Thread ZyX
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

Re: [Vim-latex-devel] Bug with mapleader = " "

2010-10-07 Thread ZyX
Ответ на сообщение «[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

Re: [Vim-latex-devel] Bug with mapleader = " "

2010-10-07 Thread ZyX
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: