Put actions at the bottom of the group buffer to indicate flow.
This commit is contained in:
parent
6bc6aabe0e
commit
bc47f3fba4
1 changed files with 2 additions and 2 deletions
|
@ -329,9 +329,9 @@ put it in magit-key-mode-key-maps for fast lookup."
|
|||
(switches (cdr (assoc 'switches options)))
|
||||
(arguments (cdr (assoc 'arguments options)))
|
||||
(actions (cdr (assoc 'actions options))))
|
||||
(magit-key-mode-draw-actions actions)
|
||||
(magit-key-mode-draw-switches switches)
|
||||
(magit-key-mode-draw-args arguments)))
|
||||
(magit-key-mode-draw-args arguments)
|
||||
(magit-key-mode-draw-actions actions)))
|
||||
|
||||
(defun magit-key-mode-generate (sym)
|
||||
"Generate the key-group menu for SYM"
|
||||
|
|
Loading…
Reference in a new issue