vimwiki-backup / vimwiki

Automatically exported from code.google.com/p/vimwiki
1 stars 1 forks source link

Incorrect folding when list folding is on and #317

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Fold the following wiki:
= Header1 = 
    * item1 
    * item2 

= Header2 =

press zm and open first fold.

What is the expected output? What do you see instead?
Header1 fold should have no other folds but it has item2 folded till Header2.

If you add one more empty line between item2 and header2, everything works 
correctly.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by habamax on 21 May 2012 at 4:10

GoogleCodeExporter commented 9 years ago
ahh,

one should have
let g:vimwiki_folding = 1
let g:vimwiki_fold_lists = 1

Original comment by habamax on 21 May 2012 at 4:11

GoogleCodeExporter commented 9 years ago

Original comment by habamax on 21 May 2012 at 4:12

GoogleCodeExporter commented 9 years ago

Original comment by habamax on 22 May 2012 at 4:01