about summary refs log tree commit diff
path: root/Completion/Unix/Command/_stgit
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2012-01-09 19:48:12 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2012-01-09 19:48:12 +0000
commitcd40e8caf68ff9cba210bda282107adba5a98107 (patch)
tree8c91f10d6ed42544dee6c016b1bade01460bfad5 /Completion/Unix/Command/_stgit
parent609a9d264d6ff4b2869ee4fdef2d42c9b0527d57 (diff)
downloadzsh-cd40e8caf68ff9cba210bda282107adba5a98107.tar.gz
zsh-cd40e8caf68ff9cba210bda282107adba5a98107.tar.xz
zsh-cd40e8caf68ff9cba210bda282107adba5a98107.zip
Stepan Koltsov: 30105: fix stgit delete completion
Diffstat (limited to 'Completion/Unix/Command/_stgit')
-rw-r--r--Completion/Unix/Command/_stgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_stgit b/Completion/Unix/Command/_stgit
index 129b21a92..b2f2aeafa 100644
--- a/Completion/Unix/Command/_stgit
+++ b/Completion/Unix/Command/_stgit
@@ -29,7 +29,7 @@ else
     ;;
     (edit|files|goto|rename|log|float|delete|sink|mail|sync|show|pick|hide)
       _wanted -V "patches" expl "patch" \
-	compadd $(stg series --noprefix > /dev/null) \
+	compadd $(stg series --noprefix 2> /dev/null) \
 		&& ret=0
     ;;
     (*)