zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] Add ogv to _mplayer
@ 2012-01-29  2:02 Richard Hartmann
  2012-01-30 23:01 ` Richard Hartmann
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Hartmann @ 2012-01-29  2:02 UTC (permalink / raw)
  To: zsh-workers; +Cc: Richard Hartmann

---
 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 85c4f6d..a135154 100644
--- a/Completion/X/Command/_mplayer
+++ b/Completion/X/Command/_mplayer
@@ -115,7 +115,7 @@ case "$state" in
     _tags files urls
     while _tags; do
       _requested files expl 'video file' _files -g \
-	  "*.(#i)(asf|asx|avi|flac|flv|m1v|m2p|m2v|m4v|mjpg|mka|mkv|mov|mp3|mp4|mpe|mpeg|mpg|ogg|ogm|qt|rm|vob|wav|webm|wma|wmv)(-.)" && ret=0
+	  "*.(#i)(asf|asx|avi|flac|flv|m1v|m2p|m2v|m4v|mjpg|mka|mkv|mov|mp3|mp4|mpe|mpeg|mpg|ogg|ogm|ogv|qt|rm|vob|wav|webm|wma|wmv)(-.)" && ret=0
       if _requested urls; then
         while _next_label urls expl URL; do
           _urls "$expl[@]" && ret=0
-- 
1.7.8.3


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

* Re: [PATCH] Add ogv to _mplayer
  2012-01-29  2:02 [PATCH] Add ogv to _mplayer Richard Hartmann
@ 2012-01-30 23:01 ` Richard Hartmann
  2013-05-10  0:28   ` [PATCH] _mplayer: Add .ogv to completion list Richard Hartmann
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Hartmann @ 2012-01-30 23:01 UTC (permalink / raw)
  To: zsh-workers; +Cc: Richard Hartmann

Thanks for applying the whitespace fix. Is there anything holding up
this patch; if yes, anything I can fix?


Richard

On Sun, Jan 29, 2012 at 03:02, Richard Hartmann
<richih.mailinglist@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 85c4f6d..a135154 100644
> --- a/Completion/X/Command/_mplayer
> +++ b/Completion/X/Command/_mplayer
> @@ -115,7 +115,7 @@ case "$state" in
>     _tags files urls
>     while _tags; do
>       _requested files expl 'video file' _files -g \
> -         "*.(#i)(asf|asx|avi|flac|flv|m1v|m2p|m2v|m4v|mjpg|mka|mkv|mov|mp3|mp4|mpe|mpeg|mpg|ogg|ogm|qt|rm|vob|wav|webm|wma|wmv)(-.)" && ret=0
> +         "*.(#i)(asf|asx|avi|flac|flv|m1v|m2p|m2v|m4v|mjpg|mka|mkv|mov|mp3|mp4|mpe|mpeg|mpg|ogg|ogm|ogv|qt|rm|vob|wav|webm|wma|wmv)(-.)" && ret=0
>       if _requested urls; then
>         while _next_label urls expl URL; do
>           _urls "$expl[@]" && ret=0
> --
> 1.7.8.3
>



-- 
Richard


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

* [PATCH] _mplayer: Add .ogv to completion list
  2012-01-30 23:01 ` Richard Hartmann
@ 2013-05-10  0:28   ` Richard Hartmann
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Hartmann @ 2013-05-10  0:28 UTC (permalink / raw)
  To: zsh-workers; +Cc: Richard Hartmann

---
 Completion/X/Command/_mplayer |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Completion/X/Command/_mplayer b/Completion/X/Command/_mplayer
index c2d375b..b4954cb 100644
--- a/Completion/X/Command/_mplayer
+++ b/Completion/X/Command/_mplayer
@@ -115,7 +115,7 @@ case "$state" in
     _tags files urls
     while _tags; do
       _requested files expl 'media file' _files -g \
-         "*.(#i)(asf|asx|avi|flac|flv|m1v|m2p|m2v|m4v|mjpg|mka|mkv|mov|mp3|mp4|mpe|mpeg|mpg|ogg|ogm|qt|rm|vob|wav|webm|wma|wmv)(-.)" && ret=0
+         "*.(#i)(asf|asx|avi|flac|flv|m1v|m2p|m2v|m4v|mjpg|mka|mkv|mov|mp3|mp4|mpe|mpeg|mpg|ogg|ogm|ogv|qt|rm|vob|wav|webm|wma|wmv)(-.)" && ret=0
       if _requested urls; then
         while _next_label urls expl URL; do
           _urls "$expl[@]" && ret=0
-- 
1.7.10.4


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

end of thread, other threads:[~2013-05-10  0:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-29  2:02 [PATCH] Add ogv to _mplayer Richard Hartmann
2012-01-30 23:01 ` Richard Hartmann
2013-05-10  0:28   ` [PATCH] _mplayer: Add .ogv to completion list Richard Hartmann

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