From 3d5e302777d425175614443d3a1cef5be48b35de Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Sat, 8 Sep 2012 19:15:48 -0400 Subject: [PATCH] [Fix #245] Merge trap into helper --- modules/git/functions/git-info | 2 +- modules/{trap => helper}/README.md | 0 modules/{trap => helper}/functions/add-zsh-trap | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename modules/{trap => helper}/README.md (100%) rename modules/{trap => helper}/functions/add-zsh-trap (100%) diff --git a/modules/git/functions/git-info b/modules/git/functions/git-info index 83be7160..07ebf803 100644 --- a/modules/git/functions/git-info +++ b/modules/git/functions/git-info @@ -65,7 +65,7 @@ # # Load dependencies. -pmodload 'trap' +pmodload 'helper' # Gets the Git special action (am, bisect, cherry, merge, rebase). # Borrowed from vcs_info and edited. diff --git a/modules/trap/README.md b/modules/helper/README.md similarity index 100% rename from modules/trap/README.md rename to modules/helper/README.md diff --git a/modules/trap/functions/add-zsh-trap b/modules/helper/functions/add-zsh-trap similarity index 100% rename from modules/trap/functions/add-zsh-trap rename to modules/helper/functions/add-zsh-trap