[Vim-latex-devel] Adding custom folded sections
Brought to you by:
srinathava,
tmaas
From: Michael M. <sal...@gm...> - 2011-08-30 12:28:20
|
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_FoldedSections') let g:Tex_FoldedSections = 'act,scene,part,chapter,section,%%fakesection' \. 'subsection,subsubsection,paragraph' seems to change nothing. Do I need to re-hash some files, or is it the wrong section to modify alltogether? Thanks, Mike -- http://michaelmaurer.net/ |