[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 35ac650e306fab403dad34171e953f08874a4fa7

Ville Skyttä ville.skytta at iki.fi
Tue Sep 28 16:18:38 UTC 2010


The following commit has been merged in the master branch:
commit 5134d0ac1d8f9a848ad57893060a24e19280f6c0
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Tue Sep 28 18:53:33 2010 +0300

    Add mplayer -show-profile completion.

diff --git a/completions/mplayer b/completions/mplayer
index 00c86f1..e7ee093 100644
--- a/completions/mplayer
+++ b/completions/mplayer
@@ -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

-- 
bash-completion



More information about the Bash-completion-commits mailing list