pseewald / vim-anyfold

Language agnostic vim plugin for folding and motion based on indentation.
MIT License
268 stars 11 forks source link

Fix the reload issue #16

Closed huangyingw closed 6 years ago

huangyingw commented 6 years ago

Hi Patrick, First of all, I love your plugin very much. While looks like it doesn't do so well when file reloading. How about my change ? This is my fix for this issue: https://github.com/pseewald/vim-anyfold/issues/15, opened by me. This is my first github pull request, hope to hear feedback from you, and appreciate for your code review in advance.