- allow mplayer to complete on .m2v files, too
This commit is contained in:
parent
4972fbaf59
commit
178d2d90df
@ -1,6 +1,6 @@
|
|||||||
# bash_completion - some programmable completion functions for bash 2.05b
|
# bash_completion - some programmable completion functions for bash 2.05b
|
||||||
#
|
#
|
||||||
# $Id: bash_completion,v 1.675 2004/02/09 20:52:56 ianmacd Exp $
|
# $Id: bash_completion,v 1.676 2004/02/09 20:57:10 ianmacd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
||||||
#
|
#
|
||||||
@ -4850,7 +4850,7 @@ _mplayer()
|
|||||||
-xvidencopts -of --verbose' -- $cur) )
|
-xvidencopts -of --verbose' -- $cur) )
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
_filedir '@(mp?(e)g|MP?(E)G|wm[av]|avi|AVI|asf|vob|bin|dat|vcd|ps|pes|fli|viv|rm|ram|yuv|mov|MOV|qt|QT|mp[34]|MP[34]|og[gm]|OG[GM]|wav|WAV|dump|DUMP|mkv|MKV|m4a|aac)'
|
_filedir '@(mp?(e)g|MP?(E)G|wm[av]|avi|AVI|asf|vob|bin|dat|vcd|ps|pes|fli|viv|rm|ram|yuv|mov|MOV|qt|QT|mp[34]|MP[34]|og[gm]|OG[GM]|wav|WAV|dump|DUMP|mkv|MKV|m4a|aac|m2v)'
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user