indent-guide
indent-guide copied to clipboard
Incompatibility with vimish-fold package
emacs 24.5.1 vimish-fold-20160429.2257 indent-guide-20151119.717
If the indent guide don't pass through the folded text, everything works fine:
But if the indent guide pass through the folded text, we have this:
see: https://github.com/mrkkrp/vimish-fold/issues/22
Thanks, I understood the problem.
I probably can fix it, but I currently am a bit busy so I'll try when I have some time off.
TODO:
- [ ] fix
indent-guide
to respect theisearch-open-invisible
property (skip folded lines) - [ ] make
vimish-fold
to tell emacs that the lines are folded (addisearch-open-invisible
property)