Artawower / blamer.el

A git blame plugin for emacs inspired by VS Code's GitLens plugin
GNU General Public License v3.0
431 stars 15 forks source link

Commit messages are truncated when they contain a `'` character #54

Closed gekoke closed 9 months ago

gekoke commented 11 months ago

image image

My configuration:

(use-package blamer
  :custom
  (blamer-idle-time 0.3)
  (blamer-min-offset 8)
  (blamer-max-commit-message-length 120)
  :custom-face
  (blamer-face ((t :background nil
                   :weight semi-light
                   :italic t)))
  :config
  (global-blamer-mode 1))
Artawower commented 11 months ago

Should have been fixed in 0.7.4

gekoke commented 11 months ago

Should have been fixed in 0.7.4

Thanks! I'll test it soon. Great package!

gekoke commented 9 months ago

works :)