diff --git a/modules/tools/magit/autoload.el b/modules/tools/magit/autoload.el index 6301fa13d..cd05fd061 100644 --- a/modules/tools/magit/autoload.el +++ b/modules/tools/magit/autoload.el @@ -117,7 +117,9 @@ window that already exists in that direction. It will split otherwise." (cl-incf magit-auto-revert-counter) (when (bound-and-true-p vc-mode) (let ((vc-follow-symlinks t)) - (vc-refresh-state))) + (vc-refresh-state)) + (when (fboundp '+vc-gutter-update-h) + (+vc-gutter-update-h))) (when (and (not (get-buffer-process buffer)) (funcall buffer-stale-function t)) (revert-buffer t t t))