zsh-workers
 help / color / mirror / code / Atom feed
* Bug in _stgit: stg series outputs to stdout
@ 2012-01-09 16:31 Stepan Koltsov
  0 siblings, 0 replies; only message in thread
From: Stepan Koltsov @ 2012-01-09 16:31 UTC (permalink / raw)
  To: zsh-workers

Hi,

_stgit contains trivial bug: "stg delete" completion does not work.

-- 
Stepan


===
--- _stgit.orig	2010-02-17 22:41:09.000000000 +0300
+++ _stgit	2012-01-09 20:11:22.000000000 +0400
@@ -29,7 +29,7 @@
     ;;
     (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
     ;;
     (*)
===


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-01-09 16:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-09 16:31 Bug in _stgit: stg series outputs to stdout Stepan Koltsov

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).