Re: [Vim-latex-devel] Adding custom folded sections
Brought to you by:
srinathava,
tmaas
From: Ted P. <te...@te...> - 2011-08-30 19:33:17
|
> 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,%%fakechapter,' \. 'section,%%fakesection,' \. 'subsection,%%fakesubsection,' \. 'subsubsection,%%fakesubsubsection,' \. 'paragraph,%%fakeparagraph' let g:Tex_FoldedMisc = 'preamble,item,<<<' let g:Tex_FoldedEnvironments = ',slide,wideslide,emptyslide,note' You should be able to do something similar. The above works for me, and I think I'm using the stock distribution from the git repository. --Ted -- Ted Pavlic <te...@te...> |