.ini file folding in Vim

jtrammell on 2007-08-18T12:52:09

Create file "~/.vim/after/syntax/dosini.vim" containing this line:

syn region dosiniSection start="^\[" end="\(\n*\[\)\@=" fold
and voila!