airblade / vim-gitgutter

A Vim plugin which shows git diff markers in the sign column and stages/previews/undoes hunks and partial hunks.
MIT License
8.34k stars 296 forks source link

Link highlight of GitGutterChangeDeleteLineNr to GitGutterChangeLineNr #854

Closed ppwwyyxx closed 1 year ago

ppwwyyxx commented 1 year ago

This matches the behavior of GitGutterChangeDeleteLine and GitGutterChangeDelete, i.e., the "ChangeDelete" version always links to "Change".

The assumption is that most users don't need to distinguish the two. Making this change is useful so that these user don't have to do this link by themselves.

airblade commented 1 year ago

Thank you! I agree.