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

Ville Skyttä ville.skytta at iki.fi
Tue Apr 14 11:37:08 UTC 2009


The following commit has been merged in the master branch:
commit 1818c0dd574c0f9260aa03174e16af691da294ee
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Tue Apr 14 14:26:22 2009 +0300

    Add modplugplay filename completion.

diff --git a/CHANGES b/CHANGES
index c971dfc..65f5942 100644
--- a/CHANGES
+++ b/CHANGES
@@ -23,6 +23,7 @@ bash-completion (1.x)
     lines in it.
   * Fix rpm --whatrequires/--whatprovides completions with spaces and other
     unusual characters, add filename based --whatrequires completions.
+  * Add modplugplay filename completion.
 
   [ Todd Zullinger ]
   * Make yum complete on filenames after install, deplist, update and upgrade
diff --git a/bash_completion b/bash_completion
index db82674..c20c2f7 100644
--- a/bash_completion
+++ b/bash_completion
@@ -124,6 +124,7 @@ complete -f -X '!*.@(mp3|MP3|ogg|OGG|pls|m3u)' gqmpeg freeamp
 complete -f -X '!*.fig' xfig
 complete -f -X '!*.@(mid?(i)|MID?(I)|cmf|CMF)' playmidi
 complete -f -X '!*.@(mid?(i)|MID?(I)|rmi|RMI|rcp|RCP|[gr]36|[GR]36|g18|G18|mod|MOD|xm|XM|it|IT|x3m|X3M|kar|KAR)' timidity
+complete -f -X '!*.@(m[eo]d|M[EO]D|s[3t]m|S[3T]M|xm|XM|it|IT)' modplugplay
 complete -f -X '*.@(o|so|so.!(conf)|a|rpm|gif|GIF|jp?(e)g|JP?(E)G|mp3|MP3|mp?(e)g|MPG|avi|AVI|asf|ASF|ogg|OGG|class|CLASS)' vi vim gvim rvim view rview rgvim rgview gview
 complete -f -X '*.@(o|so|so.!(conf)|a|rpm|gif|GIF|jp?(e)g|JP?(E)G|mp3|MP3|mp?(e)g|MPG|avi|AVI|asf|ASF|ogg|OGG|class|CLASS)' emacs
 complete -f -X '!*.@(exe|EXE|com|COM|scr|SCR|exe.so)' wine

-- 
bash-completion



More information about the Bash-completion-commits mailing list