diff options
author | Richard Hartmann <richih.mailinglist@gmail.com> | 2014-09-22 23:24:30 +0200 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2014-09-23 09:43:54 +0100 |
commit | 2a0e49f3041331bda428970ce5190cbdafa2ed0f (patch) | |
tree | 86bb4a8f83c7e81245e5da3b88a7da92b7a2a908 /Completion/X/Command/_mplayer | |
parent | 88f358a61e13912d477561bcad7e24b751b457ed (diff) | |
download | zsh-2a0e49f3041331bda428970ce5190cbdafa2ed0f.tar.gz zsh-2a0e49f3041331bda428970ce5190cbdafa2ed0f.tar.xz zsh-2a0e49f3041331bda428970ce5190cbdafa2ed0f.zip |
33218: complete m4a files for mplayer
Diffstat (limited to 'Completion/X/Command/_mplayer')
-rw-r--r-- | 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 eaf6e84bc..f2f4c3d45 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 |