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

Ville Skyttä ville.skytta at iki.fi
Sun Oct 17 19:18:22 UTC 2010


The following commit has been merged in the master branch:
commit 245486b6df7227b4439dbf12a0e8a41a968b9822
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Oct 17 22:17:38 2010 +0300

    Add *.m2t and *.m2ts to xine-based player filename completions (Alioth: #312770).

diff --git a/CHANGES b/CHANGES
index 10f8146..56444c2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -26,6 +26,8 @@ bash-completion (2.x)
     filename extension arguments in addition to exact case matches.
   * IPv6 known hosts completion fixes (Alioth: #312695, RedHat: #630658).
   * Fixes to completions for filenames containing tabs (RedHat: #629518).
+  * Add *.m2t and *.m2ts to xine-based player filename completions
+    (Alioth: #312770).
 
   [ Freddy Vulto ]
   * Added _tilde(), fix ~username completion (Alioth: #312613, Debian: #587095)
diff --git a/bash_completion b/bash_completion
index d74e7b7..589c2e5 100644
--- a/bash_completion
+++ b/bash_completion
@@ -92,7 +92,7 @@ complete -f -X '!*.@(?(e)ps|pdf)' ps2pdf ps2pdf12 ps2pdf13 ps2pdf14 ps2pdfwr
 complete -f -X '!*.texi*' makeinfo texi2html
 complete -f -X '!*.@(?(la)tex|texi|dtx|ins|ltx)' tex latex slitex jadetex pdfjadetex pdftex pdflatex texi2dvi
 complete -f -X '!*.mp3' mpg123 mpg321 madplay
-complete -f -X '!*@(.@(mp?(e)g|MP?(E)G|wma|avi|AVI|asf|vob|VOB|bin|dat|divx|DIVX|vcd|ps|pes|fli|flv|FLV|fxm|FXM|viv|rm|ram|yuv|mov|MOV|qt|QT|wmv|mp[234]|MP[234]|m4[pv]|M4[PV]|mkv|MKV|og[gmv]|OG[GMV]|t[ps]|T[PS]|wav|WAV|flac|FLAC|asx|ASX|mng|MNG|srt|m[eo]d|M[EO]D|s[3t]m|S[3T]M|it|IT|xm|XM)|+([0-9]).@(vdr|VDR))?(.part)' xine aaxine fbxine kaffeine dragon
+complete -f -X '!*@(.@(mp?(e)g|MP?(E)G|wma|avi|AVI|asf|vob|VOB|bin|dat|divx|DIVX|vcd|ps|pes|fli|flv|FLV|fxm|FXM|viv|rm|ram|yuv|mov|MOV|qt|QT|wmv|mp[234]|MP[234]|m4[pv]|M4[PV]|mkv|MKV|og[gmv]|OG[GMV]|t[ps]|T[PS]|m2t?(s)|M2T?(S)|wav|WAV|flac|FLAC|asx|ASX|mng|MNG|srt|m[eo]d|M[EO]D|s[3t]m|S[3T]M|it|IT|xm|XM)|+([0-9]).@(vdr|VDR))?(.part)' xine aaxine fbxine kaffeine dragon
 complete -f -X '!*.@(avi|asf|wmv)' aviplay
 complete -f -X '!*.@(rm?(j)|ra?(m)|smi?(l))' realplay
 complete -f -X '!*.@(mpg|mpeg|avi|mov|qt)' xanim

-- 
bash-completion



More information about the Bash-completion-commits mailing list