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.
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 nowgit-commit-font-lock-keywords
as adefvar
. The result is that currentlygit-gutter+
is broken against HEAD Magit. The patch is pretty trivial.Relevant commits: