- allow mplayer to complete on .dump files

This commit is contained in:
ianmacd 2003-06-17 22:18:30 +00:00
parent 9061cc4d54
commit 4833af92d0

View File

@ -1,6 +1,6 @@
# bash_completion - some programmable completion functions for bash 2.05b
#
# $Id: bash_completion,v 1.580 2003/06/10 21:55:30 ianmacd Exp $
# $Id: bash_completion,v 1.581 2003/06/18 00:18:30 ianmacd Exp $
#
# Copyright (C) Ian Macdonald <ian@caliban.org>
#
@ -4524,7 +4524,7 @@ _mplayer()
-xvidencopts' -- $cur) )
;;
*)
_filedir '@(mpg|mpeg|MPG|MPEG|wma|avi|AVI|asf|vob|bin|vcd|ps|pes|fli|viv|rm|ram|yuv|mov|wmv|mp3|MP3|ogg|OGG|ogm|OGM|mp4|MP4|wav|WAV)'
_filedir '@(mpg|mpeg|MPG|MPEG|wma|avi|AVI|asf|vob|bin|vcd|ps|pes|fli|viv|rm|ram|yuv|mov|wmv|mp3|MP3|ogg|OGG|ogm|OGM|mp4|MP4|wav|WAV|dump|DUMP)'
;;
esac