[Vim-latex-devel] Adding custom folded sections

2011-08-30 Thread Michael Maurer
Hello, I've started using the Vim-Latex Suite a couple days ago and really like it so far. I'm using Latex to typeset my play, but I'd like to add custom folded sections such as \act and \scene (from the dramatist package). Adding them to folding.vim like this: if !exists('g:Tex_FoldedSectio

Re: [Vim-latex-devel] Adding custom folded sections

2011-08-30 Thread Ted Pavlic
> Adding them to folding.vim like this: Hm. I wouldn't do it that way. I add mine to .vimrc. That overrides the defaults in folding.vim (and prevents having to worry about problems after uprgrading). In particular, I do: let g:Tex_FoldedSections = 'top,%%faketop,part,%%fakepart,chapter,%%fakech

Re: [Vim-latex-devel] Adding custom folded sections

2011-08-30 Thread Michael Maurer
On Tue, Aug 30, 2011 at 9:33 PM, Ted Pavlic wrote: >> Adding them to folding.vim like this: > > Hm. I wouldn't do it that way. > > I add mine to .vimrc. That overrides the defaults in folding.vim (and > prevents having to worry about problems after uprgrading). > > In particular, I do: > > let g:T

Re: [Vim-latex-devel] Adding custom folded sections

2011-08-30 Thread Ted Pavlic
>> In particular, I do: >> >> let g:Tex_FoldedSections = >> 'top,%%faketop,part,%%fakepart,chapter,%%fakechapter,' >>\. 'section,%%fakesection,' >>\. 'subsection,%%fakesubsection,' >>\. 'subsubsection,%%fakesubsubse