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 for lists #50

Closed mkollaro closed 8 years ago

mkollaro commented 8 years ago

The docs says "Folding for: headers, code blocks, html blocks and lists", yet I don't see any folds for the list, only the headings. Is it still WIP or am I doing something wrong?

I did set let g:markdown_enable_folding = 1 and tried a text similar to the example in the README.

I would like folds that would create something like:

# h1 {{{1
* asdf {{{2
    * qwerty {{{3
* foo {{{2
gabrielelana commented 8 years ago

The docs says "Folding for: headers, code blocks, html blocks and lists", yet I don't see any folds for the list, only the headings. Is it still WIP or am I doing something wrong?

Nothing wrong, I worked on it for a while, then I found it almost unusable: wrong some of the time and terribly slow. I will update the documentation until a find a better way to do it