editor/evil: fix :gbr ex command

This commit is contained in:
Henrik Lissner 2019-12-17 13:40:37 -05:00
parent c29c1b9077
commit c306b2e969
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 1 additions and 9 deletions

View file

@ -1,8 +0,0 @@
;;; emacs/vc/autoload/evil.el -*- lexical-binding: t; -*-
;;;###if (featurep! :editor evil)
;;;###autoload (autoload '+vc:git-browse "emacs/vc/autoload/evil" nil t)
(evil-define-command +vc:git-browse (bang)
"Ex interface to `+vc/git-browse-region-or-line'."
(interactive "<!>")
(+vc/git-browse-region-or-line bang))