Fix RE for finding switch.
This commit is contained in:
parent
c3512157e5
commit
0298b47761
1 changed files with 2 additions and 1 deletions
|
@ -211,7 +211,8 @@ put it in magit-key-mode-key-maps for fast lookup."
|
|||
(rx line-start
|
||||
(char space)
|
||||
(group
|
||||
(char "-" alpha))
|
||||
(* "-")
|
||||
(char alpha))
|
||||
": "
|
||||
(group
|
||||
(* not-newline))))
|
||||
|
|
Loading…
Add table
Reference in a new issue