Add mplayer -show-profile completion.
This commit is contained in:
parent
3fbee9ae9e
commit
5134d0ac1d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user