gabrielelana / vim-markdown

Markdown for Vim: a complete environment to create Markdown files with a syntax highlight that doesn't suck!
MIT License
740 stars 59 forks source link

Folding not working #6

Closed wolfv6 closed 10 years ago

wolfv6 commented 10 years ago

When I open a markdown file with headers, they are all unfolded. When I type the command zc under a heading, this message appears on the bottom of gVim: E490: No fold found

I am using vim-markdown on Vim 7.4, with Vundle, Windows 7.

Thanks for taking a look.

gabrielelana commented 10 years ago

Right now folding is pretty slow and it’s turned off by default. If you want to enable it put in your ~/.vimrc file let g:markdown_enable_folding = 1 and it should work. Let me know if works for you