Merge branch 'master' into develop

* master:
  autoload evil-anzu when doing evil-ex-search-word*
  When calling +vcs-root, load git-link first.
This commit is contained in:
Henrik Lissner 2017-11-06 00:53:48 +01:00
commit efac883648
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@
;;;###autoload
(defun +vcs-root ()
"Get git url root."
(require 'git-link)
(let ((remote (git-link--select-remote)))
(if (git-link--remote-host remote)
(format "https://%s/%s"