diff options
| author | condy <condy0919@gmail.com> | 2022-04-02 15:53:10 +0800 |
|---|---|---|
| committer | Youmu <condy0919@gmail.com> | 2022-04-02 15:57:34 +0800 |
| commit | ecc4ecc28808ddea3738117dfbdd23d4b545ac7b (patch) | |
| tree | 30f394179cda4bd317d59724b02592e8b9491768 | |
| parent | e55718869252a8cd46e61e350bb514194a37f2f8 (diff) | |
magit: fix tests
| -rw-r--r-- | modes/magit/evil-collection-magit.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modes/magit/evil-collection-magit.el b/modes/magit/evil-collection-magit.el index 999f838..564fd71 100644 --- a/modes/magit/evil-collection-magit.el +++ b/modes/magit/evil-collection-magit.el @@ -213,9 +213,11 @@ When this option is enabled, the stash popup is available on \"Z\"." ;; new ones that I haven't looked at yet magit-button-section-map magit-commitbuf-section-map + magit-diff-section-map magit-diffbuf-section-map magit-diffstat-section-map magit-headers-section-map + magit-log-section-map magit-message-section-map ;; FIXME: deal with new bindings in this one magit-module-section-map |
