- allow mplayer to complete on .m2v files, too

This commit is contained in:
ianmacd 2004-02-09 19:57:10 +00:00
parent 4972fbaf59
commit 178d2d90df

View File

@ -1,6 +1,6 @@
# 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>
#
@ -4850,7 +4850,7 @@ _mplayer()
-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