Variable: evil-display-shell-error-in-message
evil-display-shell-error-in-message is a customizable variable defined
in evil-vars.el.
Value
nil
Documentation
Show error output of a shell command in the error buffer.
If this variable is non-nil the error output of a shell command goes to the messages buffer instead of being mixed with the regular output. This happens only if the exit status of the command is non-zero.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defcustom evil-display-shell-error-in-message nil
"Show error output of a shell command in the error buffer.
If this variable is non-nil the error output of a shell command
goes to the messages buffer instead of being mixed with the
regular output. This happens only if the exit status of the
command is non-zero."
:type 'boolean
:group 'evil)