about summary refs log tree commit diff
path: root/Completion/X
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2009-02-28 19:35:08 +0000
committerClint Adams <clint@users.sourceforge.net>2009-02-28 19:35:08 +0000
commit05a7f19f69068cc0e75eebb7dee85e59af9a6196 (patch)
treeb8b5651297c60b74301a63c2e6933050cea70354 /Completion/X
parent027ce9a00134c1f9c272739042e7133ad792dec7 (diff)
downloadzsh-05a7f19f69068cc0e75eebb7dee85e59af9a6196.tar.gz
zsh-05a7f19f69068cc0e75eebb7dee85e59af9a6196.tar.xz
zsh-05a7f19f69068cc0e75eebb7dee85e59af9a6196.zip
Daniel Friesel: 26636: complete .flac files for mplayer.
Diffstat (limited to 'Completion/X')
-rw-r--r--Completion/X/Command/_mplayer2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/X/Command/_mplayer b/Completion/X/Command/_mplayer
index f8f4ca9e8..d8b3ba4a2 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|flv|m1v|m2p|m2v|mjpg|mka|mkv|mov|mp3|mp4|mpe|mpeg|mpg|ogg|ogm|qt|rm|vob|wav|wma|wmv)(-.)" && ret=0
+	  "*.(#i)(asf|asx|avi|flac|flv|m1v|m2p|m2v|mjpg|mka|mkv|mov|mp3|mp4|mpe|mpeg|mpg|ogg|ogm|qt|rm|vob|wav|wma|wmv)(-.)" && ret=0
       if _requested urls; then
         while _next_label urls expl URL; do
           _urls "$expl[@]" && ret=0