Don't reload repo buffer modes after closing magit

Mentioned in #4640
This commit is contained in:
Henrik Lissner 2021-02-11 17:46:22 -05:00
parent 7e9911f642
commit 768160b001

View file

@ -103,7 +103,7 @@ window that already exists in that direction. It will split otherwise."
(when (bound-and-true-p vc-mode)
(vc-refresh-state)
(force-mode-line-update))
(revert-buffer t t)))))
(revert-buffer t t t)))))
;;;###autoload
(defun +magit-mark-stale-buffers-h ()