Fixed the action regexp which was too greedy.

This commit is contained in:
Phil Jackson 2010-05-31 22:18:48 +01:00
parent f4ef288e77
commit 78800f2104

View file

@ -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