mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-30 07:10:58 +02:00
Wieland Hoffmann: 31030: improve mplayer completion label
This commit is contained in:
parent
0259b7fff0
commit
08df75a8b1
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
2013-02-07 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* Wieland Hoffmann: 31030: Completion/X/Command/_mplayer:
|
||||
improve label for selected files.
|
||||
|
||||
* Wieland Hoffmann: 31029: README: correct directory.
|
||||
|
||||
* Han Pingtian: 31027: Completion/Unix/Type/_files: remove
|
||||
|
@ -501,5 +504,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5797 $
|
||||
* $Revision: 1.5798 $
|
||||
*****************************************************
|
||||
|
|
|
@ -114,7 +114,7 @@ case "$state" in
|
|||
mfiles)
|
||||
_tags files urls
|
||||
while _tags; do
|
||||
_requested files expl 'video file' _files -g \
|
||||
_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|qt|rm|vob|wav|webm|wma|wmv)(-.)" && ret=0
|
||||
if _requested urls; then
|
||||
while _next_label urls expl URL; do
|
||||
|
|
Loading…
Reference in a new issue