Open chaozhn opened 8 years ago
This is an issue with vimish-fold
itself - it does not support hierarchical folds - https://github.com/mrkkrp/vimish-fold/issues/17 - also the selection issue is likely a problem with vimish-fold
too - can you reproduce by manually calling vimish-fold-unfold
instead of zo
?
Firstly, thanks for your effort, this plugin make me feel back to vim. I'm using spacemacs now, I installed it from MELPA, when I tried to fold my java code, I found the zo will open all folders including its child folders. For example:
These two behaviours are different with vim, so I think:
Please take a look. Thanks a lot!