Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Add ogv to _mplayer
- X-seq: zsh-workers 30167
- From: Richard Hartmann <richih.mailinglist@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [PATCH] Add ogv to _mplayer
- Date: Tue, 31 Jan 2012 00:01:40 +0100
- Authentication-results: mr.google.com; spf=pass (google.com: domain of richih.mailinglist@xxxxxxxxx designates 10.216.136.194 as permitted sender) smtp.mail=richih.mailinglist@xxxxxxxxx; dkim=pass header.i=richih.mailinglist@xxxxxxxxx
- Cc: Richard Hartmann <richih.mailinglist@xxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=W39SxwiK3nVByK7rPLw92G0Cmcp4wsxQwfahBkSS3EY=; b=s8hiU6bpA+Cg39SOGASimVuGb6FmjUKK8LvEyJs1kmLY0Ylc/eG1+4WBUzHgZd5uPP rj8BOcQ76o+Yt7g0SzsSGSqGpPuB/iqCcguuo8n0frU1ssq32QCN/83QunMG4OTIKuFt xuppCj3qfSDhZ5dRpayta9Ekv109e+Y1+JBKo=
- In-reply-to: <1327802550-4889-1-git-send-email-richih.mailinglist@gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <1327802550-4889-1-git-send-email-richih.mailinglist@gmail.com>
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@xxxxxxxxx> 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author