From c6cdd47b2400955d97bd2d54799491ad1d0bdc9c Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Sat, 29 Sep 2012 13:42:15 -0400 Subject: [PATCH] Define variable expl as local --- modules/git/functions/_git-hub-browse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/git/functions/_git-hub-browse b/modules/git/functions/_git-hub-browse index 35f3a9be..dfe612e5 100644 --- a/modules/git/functions/_git-hub-browse +++ b/modules/git/functions/_git-hub-browse @@ -8,7 +8,7 @@ # Sorin Ionescu # -local state remotes remote branches_or_tags branches tags files ret=1 +local state expl remotes remote branches_or_tags branches tags files ret=1 _arguments -C -s -S \ '1::args:->remote' \