Also highlight 'conflict' with the warning face
* lisp/vc/vc-git.el (vc-git-dir-printer): Also highlight 'conflict' with the warning face, like vc-default-dir-printer does already.
This commit is contained in:
parent
f7b9b9a85e
commit
96f20120c9
1 changed files with 2 additions and 2 deletions
|
@ -479,8 +479,8 @@ or an empty string if none."
|
|||
(propertize
|
||||
(format "%-12s" state)
|
||||
'face (cond ((eq state 'up-to-date) 'font-lock-builtin-face)
|
||||
((eq state 'missing) 'font-lock-warning-face)
|
||||
(t 'font-lock-variable-name-face))
|
||||
((eq state '(missing conflict)) 'font-lock-warning-face)
|
||||
(t 'font-lock-variable-name-face))
|
||||
'mouse-face 'highlight
|
||||
'keymap vc-dir-status-mouse-map)
|
||||
" " (vc-git-permissions-as-string old-perm new-perm)
|
||||
|
|
Loading…
Add table
Reference in a new issue