Closed GoogleCodeExporter closed 8 years ago
See :h g:vimwiki_folding
There was a change in what values could be set by this option
In your case you should have
let g:vimwiki_folding = ''
There is also a line in changelog:
* |g:vimwiki_folding| also accepts value 'list'; with 'expr' both sections
and code blocks folded, g:vimwiki_fold_lists option was removed
Original comment by habamax
on 5 Jun 2013 at 7:23
As I wrote in my first post, changing the setting to an empty string makes no
difference.
Also, I could not find any == '' checks in the code, so having 0 or an empty
string does not make a difference.
> grep -r if.*vimwiki_folding *
plugin/vimwiki.vim: if g:vimwiki_folding == 'expr'
plugin/vimwiki.vim: elseif g:vimwiki_folding == 'list' || g:vimwiki_folding ==
'lists'
plugin/vimwiki.vim: elseif g:vimwiki_folding == 'syntax'
Original comment by dreadnaut
on 5 Jun 2013 at 8:05
This is fixed in dev branch on github.
https://github.com/vimwiki/vimwiki/tree/dev
I do switch my vimwiki development towards github...
Original comment by habamax
on 18 Jun 2013 at 2:49
Thank you, I'll check out the code from there.
Original comment by dreadnaut
on 21 Jun 2013 at 11:46
Original issue reported on code.google.com by
dreadnaut
on 5 Jun 2013 at 1:09