Skip to content
This repository was archived by the owner on Sep 8, 2018. It is now read-only.

Commit 775cece

Browse files
committed
Add diff list to menu
1 parent be15996 commit 775cece

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

menus/git-diff.cson

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
'submenu': [
77
{ 'label': 'Move to Next Diff', 'command': 'git-diff:move-to-next-diff' }
88
{ 'label': 'Move to Previous Diff', 'command': 'git-diff:move-to-previous-diff' }
9+
{ 'label': 'Toggle Diff List', 'command': 'git-diff:toggle-diff-list' }
910
]
1011
]
1112
}

0 commit comments

Comments
 (0)