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
> 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
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
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
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
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