[Bash-completion-commits] ./current r1246: Add .mp2 and .vdr to mplayer completion (RHBZ: #444467).

Ville Skyttä ville.skytta at iki.fi
Tue Jan 13 21:38:36 UTC 2009


------------------------------------------------------------
revno: 1246
committer: Ville Skyttä <ville.skytta at iki.fi>
branch nick: current
timestamp: Tue 2009-01-13 23:38:36 +0200
message:
  Add .mp2 and .vdr to mplayer completion (RHBZ: #444467).
modified:
  bash_completion
  debian/changelog
-------------- next part --------------
=== modified file 'bash_completion'
--- a/bash_completion	2009-01-13 19:29:01 +0000
+++ b/bash_completion	2009-01-13 21:38:36 +0000
@@ -6079,7 +6079,7 @@
 					-xvidencopts -of --verbose' -- $cur) )
 			;;
 		*)
-			_filedir '@(mp?(e)g|MP?(E)G|wm[av]|WM[AV]|avi|AVI|asf|ASF|vob|VOB|bin|BIN|dat|DAT|vcd|VCD|ps|PS|pes|PES|fl[iv]|FL[IV]|viv|VIV|rm?(j)|RM?(J)|ra?(m)|RA?(M)|yuv|YUV|mov|MOV|qt|QT|mp[34]|MP[34]|m4[av]|M4[AV]|og[gmavx]|OG[GMAVX]|w?(a)v|W?(A)V|dump|DUMP|mk[av]|MK[AV]|m4a|M4A|aac|AAC|m2v|M2V|dv|DV|rmvb|RMVB|mid|MID|ts|TS|3g[p2]|mpc|MPC|flac|FLAC|vro|VRO|divx|DIVX|aif?(f)|AIF?(F)|m2ts|M2TS)'
+			_filedir '@(mp?(e)g|MP?(E)G|wm[av]|WM[AV]|avi|AVI|asf|ASF|vob|VOB|bin|BIN|dat|DAT|vcd|VCD|ps|PS|pes|PES|fl[iv]|FL[IV]|viv|VIV|rm?(j)|RM?(J)|ra?(m)|RA?(M)|yuv|YUV|mov|MOV|qt|QT|mp[234]|MP[234]|m4[av]|M4[AV]|og[gmavx]|OG[GMAVX]|w?(a)v|W?(A)V|dump|DUMP|mk[av]|MK[AV]|m4a|M4A|aac|AAC|m2v|M2V|dv|DV|rmvb|RMVB|mid|MID|ts|TS|3g[p2]|mpc|MPC|flac|FLAC|vro|VRO|divx|DIVX|aif?(f)|AIF?(F)|m2ts|M2TS|vdr|VDR)'
 			;;
 	esac
 

=== modified file 'debian/changelog'
--- a/debian/changelog	2009-01-13 18:45:07 +0000
+++ b/debian/changelog	2009-01-13 21:38:36 +0000
@@ -67,6 +67,7 @@
   * (Re)fix gzip and bzip2 options completion (Ville Skyttä).
   * Improved svn filename completion (RHBZ: #430059) (Ville Skyttä).
   * Add lzma completion (Guillaume Rousse, Ville Skyttä).
+  * Add .mp2 and .vdr to mplayer completion (RHBZ: #444467) (Ville Skyttä).
   * Merge from Gentoo:
     - fix 'find' completion so that it properly completes on -?(i)whilename.
       Patch by Ciaran McCreesh.



More information about the Bash-completion-commits mailing list