nonsequitur / git-gutter-plus

147 stars 18 forks source link

Update git-commit-mode font lock for upstream changes #37

Closed arrdem closed 2 years ago

arrdem commented 6 years ago

Magit just (19 days ago) refactored their structuring of the font-lock keywords. Instead of git-commit-mode-font-lock-keywords being a function, it's now git-commit-font-lock-keywords as a defvar. The result is that currently git-gutter+ is broken against HEAD Magit. The patch is pretty trivial.

Relevant commits: