Function: magit-status-maybe-update-blob-buffer
magit-status-maybe-update-blob-buffer is a byte-compiled function
defined in magit-status.el.
Signature
(magit-status-maybe-update-blob-buffer &optional _)
Documentation
When moving in the status buffer, update the blob buffer.
If there is no blob buffer in the same frame, then do nothing. See also info node (magit)Section Movement.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-status.el
(defun magit-status-maybe-update-blob-buffer (&optional _)
"When moving in the status buffer, update the blob buffer.
If there is no blob buffer in the same frame, then do nothing.
See also info node `(magit)Section Movement'."
(when (derived-mode-p 'magit-status-mode)
(magit--maybe-update-blob-buffer)))