emacsorphanage / git-gutter-fringe

Fringe version of git-gutter.el
160 stars 18 forks source link

improved deletion overlay deletion #5

Closed sabof closed 11 years ago

sabof commented 11 years ago

Try it, and see if it works better - I haven't tested it extensively.

sabof commented 11 years ago

It doesn't rely on a buffer local variable (git-gutter-fr:bitmap-references), since they are reset when changing modes.

syohex commented 11 years ago

Thanks so much.

sabof commented 11 years ago

Actually you already did that in git-gutter:clear - the only improvement is the narrowed buffer case.