zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: Add missing ret=0 to _mplayer
@ 2011-08-19  9:51 Mikael Magnusson
  0 siblings, 0 replies; 3+ messages in thread
From: Mikael Magnusson @ 2011-08-19  9:51 UTC (permalink / raw)
  To: zsh-workers

---
 Completion/X/Command/_mplayer |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Completion/X/Command/_mplayer b/Completion/X/Command/_mplayer
index 665f44e..ebf60e4 100644
--- a/Completion/X/Command/_mplayer
+++ b/Completion/X/Command/_mplayer
@@ -108,7 +108,7 @@ _x_arguments -C -s \
   '-z[specify compression level for png output]:compression-level:((0\:no\ compression 1 2 3 4 5 6\:default\ compression 7 8 9\:max\ compression))' \
   '-zoom[use software scaling, where available (use with -nofs)]' \
   -zrbw -zrcrop -zrdev -zrfd -zrhelp -zrnorm -zrquality -zr{h,v}dec -zr{x,y}doff \
-  '(-use-stdin)*:video file:->mfiles'
+  '(-use-stdin)*:video file:->mfiles' && ret=0
 
 case "$state" in
   mfiles)
-- 
1.7.5.4


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: PATCH: Add missing ret=0 to _mplayer
  2011-08-29 15:08 Mikael Magnusson
@ 2011-08-29 15:09 ` Mikael Magnusson
  0 siblings, 0 replies; 3+ messages in thread
From: Mikael Magnusson @ 2011-08-29 15:09 UTC (permalink / raw)
  To: zsh-workers

Oops, I already sent this, just forgot to apply to CVS ;). Sorry for the noise.

On 29 August 2011 17:08, Mikael Magnusson <mikachu@gmail.com> wrote:
> ---
>  Completion/X/Command/_mplayer |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/Completion/X/Command/_mplayer b/Completion/X/Command/_mplayer
> index 665f44e..ebf60e4 100644
> --- a/Completion/X/Command/_mplayer
> +++ b/Completion/X/Command/_mplayer
> @@ -108,7 +108,7 @@ _x_arguments -C -s \
>   '-z[specify compression level for png output]:compression-level:((0\:no\ compression 1 2 3 4 5 6\:default\ compression 7 8 9\:max\ compression))' \
>   '-zoom[use software scaling, where available (use with -nofs)]' \
>   -zrbw -zrcrop -zrdev -zrfd -zrhelp -zrnorm -zrquality -zr{h,v}dec -zr{x,y}doff \
> -  '(-use-stdin)*:video file:->mfiles'
> +  '(-use-stdin)*:video file:->mfiles' && ret=0
>
>  case "$state" in
>   mfiles)
> --
> 1.7.5.4
>
>



-- 
Mikael Magnusson


^ permalink raw reply	[flat|nested] 3+ messages in thread

* PATCH: Add missing ret=0 to _mplayer
@ 2011-08-29 15:08 Mikael Magnusson
  2011-08-29 15:09 ` Mikael Magnusson
  0 siblings, 1 reply; 3+ messages in thread
From: Mikael Magnusson @ 2011-08-29 15:08 UTC (permalink / raw)
  To: zsh-workers

---
 Completion/X/Command/_mplayer |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Completion/X/Command/_mplayer b/Completion/X/Command/_mplayer
index 665f44e..ebf60e4 100644
--- a/Completion/X/Command/_mplayer
+++ b/Completion/X/Command/_mplayer
@@ -108,7 +108,7 @@ _x_arguments -C -s \
   '-z[specify compression level for png output]:compression-level:((0\:no\ compression 1 2 3 4 5 6\:default\ compression 7 8 9\:max\ compression))' \
   '-zoom[use software scaling, where available (use with -nofs)]' \
   -zrbw -zrcrop -zrdev -zrfd -zrhelp -zrnorm -zrquality -zr{h,v}dec -zr{x,y}doff \
-  '(-use-stdin)*:video file:->mfiles'
+  '(-use-stdin)*:video file:->mfiles' && ret=0
 
 case "$state" in
   mfiles)
-- 
1.7.5.4


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-08-29 15:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-19  9:51 PATCH: Add missing ret=0 to _mplayer Mikael Magnusson
2011-08-29 15:08 Mikael Magnusson
2011-08-29 15:09 ` Mikael Magnusson

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).