indent-guide icon indicating copy to clipboard operation
indent-guide copied to clipboard

Incompatibility with vimish-fold package

Open joinvim opened this issue 8 years ago • 1 comments

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: a But if the indent guide pass through the folded text, we have this: b

see: https://github.com/mrkkrp/vimish-fold/issues/22

joinvim avatar May 14 '16 18:05 joinvim

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 the isearch-open-invisible property (skip folded lines)
  • [ ] make vimish-fold to tell emacs that the lines are folded (add isearch-open-invisible property)

zk-phi avatar May 15 '16 00:05 zk-phi