¡@

Home 

javascript Programming Glossary: folds

How do I enable automatic folds in Vim?

http://stackoverflow.com/questions/4789605/how-do-i-enable-automatic-folds-in-vim

do I enable automatic folds in Vim How do I enable automatic folding in Vim set foldmethod.. vimscript folding share improve this question To allow folds based on syntax add something like the following to your .vimrc.. need to download something from http vim.sf.net that does folds. Otherwise you will need to use folds based on indents. To do..