Dear vim-latex-devel:
I have installed the vim-latex-suite and very happy to use it.
However, I don't want to fold my tex file. How to disable this function?
Best regards.
Sai Duan
Theoretical Chemistry, Royal Institute of Technology
Stockholm 10691, Sweden
07/28/2010
--
Hi Sai,
maybe the zA command of vim (which unfolds every subfolding recursively)
help you to make life easier.
If you want to turn off folding at all, try to rename
$VIM/ftplugin/latex-suite/folding.vim
and replace it by an empty file.
Regards
Simon
Am 28.07.2010 11:34, schrieb Sai Duan:
>D
Hm, I should have looked more closely: type
:let g:Tex_Folding=0
to turn off LaTeX folding by vim-latex usin a global switch.
You may want to put this line (w/o :) into your ~/.vim/ftplugin/tex.vim
Hope it works.
Simon
Am 28.07.2010 11:54, schrieb Simon Quittek:
> Hi Sai,
>
> maybe the zA command