Re: [Vim-latex-devel] texrc vs tex.vim
Brought to you by:
srinathava,
tmaas
From: Gerd W. <ger...@ma...> - 2011-10-21 11:59:16
|
Hi, what command do you use to set Tex_IgnoredWarnings in you ftplugin/tex.vim? You have to use "let" and not "TexLet", see also the comments at the beginning of texrc: " 2. Just set values of each setting individually in your " $VIMFILES/ftplugin/tex.vim file. (See above for what " $VIMFILES is). You will need to use :let instead of :TexLet " in this case. Regards Gerd On 10/21/2011 03:27 AM, David Karapetyan wrote: > Hello everyone, > > I have detected some buggy behavior when one puts latex-suite > customizations in their ftplugin/tex.vim file, rather than in > ftplugin/latex-suite/texrc. More precisely, if you try to add an > additional ignored warning (for example, \'Font shape'."\n".) to the > Tex_IgnoredWarnings variable in a tex.vim file, this results in a > series of errors. Things work fine when this addition is made to a > texrc file. Please let me know if anyone is able to duplicate this. > > Sincerely, > > David Karapetyan |