Add mplayer -show-profile completion.

This commit is contained in:
Ville Skyttä 2010-09-28 18:53:33 +03:00
parent 3fbee9ae9e
commit 5134d0ac1d

View File

@ -23,6 +23,10 @@ _mplayer()
_mplayer_options_list $cmd $prev
return 0
;;
-show-profile)
_mplayer_options_list $cmd -profile
return 0
;;
-audiofile)
_filedir '@(mp3|mpg|ogg|w?(a)v|mid|flac|mka|ape)'
return 0