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

Ville Skyttä ville.skytta at iki.fi
Tue Mar 23 22:34:00 UTC 2010


The following commit has been merged in the master branch:
commit 5064875616726126cbac0777888ead71f1d83aa6
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Wed Mar 24 00:30:41 2010 +0200

    Remove duplicate basic pattern for emacs only, use same as other text editors.

diff --git a/bash_completion b/bash_completion
index 41197ac..f7b7a38 100644
--- a/bash_completion
+++ b/bash_completion
@@ -102,8 +102,7 @@ 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|s[3t]m|S[3T]M|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 '*.@(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 emacs
 complete -f -X '!*.@([eE][xX][eE]?(.[sS][oO])|[cC][oO][mM]|[sS][cC][rR])' wine
 complete -f -X '!*.@(zip|ZIP|z|Z|gz|GZ|tgz|TGZ)' bzme
 # konqueror not here on purpose, it's more than a web/html browser

-- 
bash-completion



More information about the Bash-completion-commits mailing list