Probably I'm just noob that I don't get the idea of how cool vim folding is, but how it works for me is just annoying :)
- When I open the file it looks like this: http://clip2net.com/clip/m56531/1297862492-clipz16582-91kb.png or even this http://clip2net.com/clip/m56531/1297862538-clipw16582-38kb.png
- When I open all folds, they are closed again when I navigated to another buffer and came back.
- To be able to work with it I have to apply zR each time when opening a buffer.
I have these set up in .vimrc:
set foldlevelstart=99
set foldlevel=99
Could you please point me on how to disable the folding, or at least making the navigation to another buffer not to close the opened ones.
Probably somebody could also point me to an inspiring article about how cool folding is, so that I get some motivation to live with it :)
Thanks!
:set foldleveland:set foldlevelstartto see what they are set at. My inital guess is that these values are getting reset somewhere. When I add those values to my vimrc, everything works as expected. – karategeek6 Feb 16 '11 at 14:54