Re: [Vim-latex-devel] Seting TeX flavor properly in Vim7

2008-08-05 Thread Till Maas
On Tue August 5 2008, Ted Pavlic wrote: > > I have vim 7.1.245 from Fedora, which ships some tex.vim files. > > Nevertheless vim-latex is still run, e.g. the folding is still done by > > vim-latex and \ll runs latex. Maybe some features are not working, is > > there some minimal tex file where some

Re: [Vim-latex-devel] Seting TeX flavor properly in Vim7

2008-08-05 Thread Ted Pavlic
> I have vim 7.1.245 from Fedora, which ships some tex.vim files. Nevertheless > vim-latex is still run, e.g. the folding is still done by vim-latex and \ll > runs latex. Maybe some features are not working, is there some minimal tex > file where something does not work for you without setting t

Re: [Vim-latex-devel] Seting TeX flavor properly in Vim7

2008-08-05 Thread Eyolf Ă˜strem
On 05.08.2008 (22:29), Till Maas wrote: > > I have vim 7.1.245 from Fedora, which ships some tex.vim files. Nevertheless > vim-latex is still run, e.g. the folding is still done by vim-latex and \ll > runs latex. Maybe some features are not working, is there some minimal tex > file where someth

Re: [Vim-latex-devel] Seting TeX flavor properly in Vim7

2008-08-05 Thread Till Maas
On Tue August 5 2008, Ted Pavlic wrote: > Till -- > > Thanks for looking that up, but I'm not sure how it applies. > > As of Vim7, if you don't have: > > let g:tex_flavor='latex' > > then the default filetype behavior to a ".tex" file is to treat it as > plaintex. In that case, Vim-LaTe

Re: [Vim-latex-devel] Seting TeX flavor properly in Vim7

2008-08-05 Thread Ted Pavlic
Till -- Thanks for looking that up, but I'm not sure how it applies. As of Vim7, if you don't have: let g:tex_flavor='latex' then the default filetype behavior to a ".tex" file is to treat it as plaintex. In that case, Vim-LaTeX is not invoked at all and thus the texrc doesn't

Re: [Vim-latex-devel] Seting TeX flavor properly in Vim7

2008-08-05 Thread Till Maas
On Mon August 4 2008, Ted Pavlic wrote: > In the recent patches that were applied to Vim-LaTeX, was the line: > > let g:tex_flavor='latex' > > added somewhere? Without it, Vim7's filetype plugin fails to load > Vim-LaTeX. Something changed between Vim6 and Vim7 that made latex *not* > the def