Fixed the action regexp which was too greedy.
This commit is contained in:
parent
f4ef288e77
commit
78800f2104
1 changed files with 1 additions and 2 deletions
|
@ -36,8 +36,7 @@
|
|||
(group
|
||||
(** 7 40 (char "0-9" "a-f" "A-F"))) ;sha1
|
||||
(char space)
|
||||
(* anything) ; msg
|
||||
line-end)
|
||||
(* not-newline))
|
||||
"Regexp that matches an action line in a rebase buffer.")
|
||||
|
||||
(defvar rebase-mode-font-lock-keywords
|
||||
|
|
Loading…
Add table
Reference in a new issue