mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-27 18:21:10 +02:00
33218: complete m4a files for mplayer
This commit is contained in:
parent
88f358a61e
commit
2a0e49f304
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-09-23 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* Richard Hartmann: 33218: Completion/X/Command/_mplayer:
|
||||
complete m4a files.
|
||||
|
||||
2014-09-22 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 33198: Completion/Unix/Command/_augeas: new augtool completion
|
||||
|
@ -11,7 +16,8 @@
|
|||
|
||||
2014-09-22 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* 33208: Tanu Kaskinen:
|
||||
* 33208: Tanu Kaskinen: improve printing of paths at end of
|
||||
configuration.
|
||||
|
||||
2014-09-20 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue