[Bash-completion-commits] ./current r1305: Add .xvid and .XVID to player completion

Guillaume Rousse guillomovitch at zarb.org
Tue Feb 3 19:38:27 UTC 2009


------------------------------------------------------------
revno: 1305
committer: Guillaume Rousse <guillomovitch at zarb.org>
branch nick: current
timestamp: Tue 2009-02-03 20:38:27 +0100
message:
  Add .xvid and .XVID to player completion
modified:
  bash_completion
  debian/changelog
-------------- next part --------------
=== modified file 'bash_completion'
--- a/bash_completion	2009-02-03 19:32:07 +0000
+++ b/bash_completion	2009-02-03 19:38:27 +0000
@@ -6105,7 +6105,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[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)'
+			_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|xvid|XVID)'
 			;;
 	esac
 

=== modified file 'debian/changelog'
--- a/debian/changelog	2009-02-03 19:32:07 +0000
+++ b/debian/changelog	2009-02-03 19:38:27 +0000
@@ -2,6 +2,7 @@
 
   [ Guillaume Rousse ]
   * Make bibtex complete on .aux files
+  * Add .xvid and .XVID to player completion
 
   [ David Paleino ]
   * Added .kar to Timidity completion.



More information about the Bash-completion-commits mailing list