Closed GoogleCodeExporter closed 8 years ago
line 198 of plugin/vimwiki.vim
Original comment by stu.andrews
on 12 Jun 2012 at 4:24
It was done that way to let users define their own folding function.
But it looks like for a regular user it would be close to impossible to define
it properly. So I think we should make it less restrictive.
Original comment by habamax
on 15 Jun 2012 at 7:27
Fixed by r73ffdf0b050c. Use let g:vimwiki_folding = 2 to enable your own
settings for fold-expression and/or fold-text.
Original comment by stu.andrews
on 17 Jun 2012 at 6:30
sup!
I am on vacation and my laptop suddenly died. So I would be out of dev for
awhile.
Original comment by habamax
on 18 Jun 2012 at 6:53
:-) those are the best vacations!
Original comment by stu.andrews
on 18 Jun 2012 at 3:17
Original comment by habamax
on 21 Jun 2012 at 4:10
What is the expected output? What do you see instead? Folding is expected, but not operational.
Please use labels and text to provide additional information. It seems as though the condition on line 198 is too restrictive ... shouldn't we set up folding regardless!? (caveat: I am not experienced with folding settings in vim)