Re: [Vim-latex-devel] GotoError=0 does not work for multiple files
Brought to you by:
srinathava,
tmaas
From: Ted P. <te...@te...> - 2009-01-07 16:01:13
|
>> let g:tex_flavor='latex' > > Sorry, my very mistake ! I had incorrectly capitalized it the texsuite > way (i.e. let g:Tex_Flavor). It now works as angel. All my apologies, > and all my thanks :) It's interesting to note that "tex_flavor" has nothing to do with the LaTeX-Suite, and that's why the capitalization convention is broken. In particular, when Vim7 came out, after some lobbying from ConTeXtualists and TeX purists, it was decided that it was cruel and unusual for Vim7 to default to assuming that tex files were LaTeX. So instead they added that silly "see if we can find some LaTeX code, and otherwise default to plain tex". So you're actually short-circuiting Vim7 with that setting. --Ted -- Ted Pavlic <te...@te...> |