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

David Paleino d.paleino at gmail.com
Sun May 31 20:57:18 UTC 2009


The following commit has been merged in the master branch:
commit a35edc79495f03dddda4fb79154a9310221251f2
Author: David Paleino <d.paleino at gmail.com>
Date:   Sun May 31 22:56:04 2009 +0200

    Fix typo in .ass subtitles completion for mplayer (Debian Closes: #531337)

diff --git a/CHANGES b/CHANGES
index e690f90..5d9d066 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,7 @@ bash-completion (1.x)
   * Fix svk completion using $filenames instead of $default (Debian: #524961)
   * Really add build-dep to aptitude's completion (Debian: #495883)
   * Fix checks for GNUish userland, thanks to Robert Millan (Debian: #529510)
+  * Fix typo in .ass subtitles completion for mplayer (Debian: #531337)
 
   [ Ville Skyttä ]
   * Split yum and yum-arch completion into contrib/yum.
diff --git a/contrib/mplayer b/contrib/mplayer
index e5a6f6e..a6651de 100644
--- a/contrib/mplayer
+++ b/contrib/mplayer
@@ -39,7 +39,7 @@ _mplayer()
 			return 0
 			;;
 		-sub)
-			_filedir '@(srt|SRT|sub|SUB|txt|TXT|utf|UTF|rar|RAR|mpsub|smi|js|ssa|SSA|aas|AAS)'
+			_filedir '@(srt|SRT|sub|SUB|txt|TXT|utf|UTF|rar|RAR|mpsub|smi|js|ssa|SSA|ass|ASS)'
 			return 0
 			;;
 		-vobsub)

-- 
bash-completion



More information about the Bash-completion-commits mailing list