From 6d3ea793b21d2203eae7ba8611929d7d8fdf3ffe Mon Sep 17 00:00:00 2001 From: David Lynch Date: Sun, 10 Jan 2016 16:46:44 -0600 Subject: [PATCH] Doubled stash list command --- Default.sublime-commands | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Default.sublime-commands b/Default.sublime-commands index 9586a2bc..61bb55c5 100644 --- a/Default.sublime-commands +++ b/Default.sublime-commands @@ -144,10 +144,6 @@ ,{ "caption": "Git: Stash Drop", "command": "git_stash_drop" - } - ,{ - "caption": "Git: Stash List", - "command": "git_stash_list" } ,{ "caption": "Git: Stash List",