zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] Completion/X/Command/_mplayer: Support m4a audio files
@ 2014-09-22 21:24 Richard Hartmann
  0 siblings, 0 replies; only message in thread
From: Richard Hartmann @ 2014-09-22 21:24 UTC (permalink / raw)
  To: zsh-workers; +Cc: Richard Hartmann

From: Richard Hartmann <richih@debian.org>

---
 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 eaf6e84..f2f4c3d 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|ogv|qt|rm|ts|vob|wav|webm|wma|wmv)(-.)" && ret=0
+         "*.(#i)(asf|asx|avi|flac|flv|m1v|m2p|m2v|m4a|m4v|mjpg|mka|mkv|mov|mp3|mp4|mpe|mpeg|mpg|ogg|ogm|ogv|qt|rm|ts|vob|wav|webm|wma|wmv)(-.)" && ret=0
       if _requested urls; then
         while _next_label urls expl URL; do
           _urls "$expl[@]" && ret=0
-- 
1.8.4.rc3


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

only message in thread, other threads:[~2014-09-22 21:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-22 21:24 [PATCH] Completion/X/Command/_mplayer: Support m4a audio files 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).