branch: elpa/magit
commit 072a2af1cef8329ddc8d3920924e089cf369dd2b
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
git-rebase-mode-font-lock-keywords: Highlight action flags
---
lisp/git-rebase.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/git-rebase.el b/lisp/git-rebase.el
index fe39bd9d53f..1fec67876f1 100644
--- a/lisp/git-rebase.el
+++ b/lisp/git-rebase.el
@@ -814,7 +814,7 @@ running \"man git-rebase\" at the command line) for
details."
(1 'git-rebase-action)
(3 'git-rebase-label)
(4 'git-rebase-description))
- ("^\\(m\\(?:erge\\)?\\) -[Cc] \\([^ \n]+\\) \\([^ \n]+\\)\\( #.*\\)?"
+ ("^\\(m\\(?:erge\\)? -[Cc]\\) \\([^ \n]+\\) \\([^ \n]+\\)\\( #.*\\)?"
(1 'git-rebase-action)
(2 'git-rebase-hash)
(3 'git-rebase-label)