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

Guillaume Rousse guillaume at oberkampf.msr-inria.inria.fr
Sun Oct 4 21:04:05 UTC 2009


The following commit has been merged in the master branch:
commit 463568bc48f5a9882505a01d7f27b41c1980c187
Author: Guillaume Rousse <guillaume at oberkampf.msr-inria.inria.fr>
Date:   Sun Oct 4 23:02:55 2009 +0200

    pattern based file completions are defined in main file

diff --git a/Makefile.am b/Makefile.am
index 54e4a90..4631b9e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -47,7 +47,6 @@ bashcomp_DATA = contrib/ant \
 		contrib/gpg \
 		contrib/gpg2 \
 		contrib/gzip \
-		contrib/harbour \
 		contrib/heimdal \
 		contrib/iconv \
 		contrib/imagemagick \
@@ -62,7 +61,6 @@ bashcomp_DATA = contrib/ant \
 		contrib/ldapvi \
 		contrib/lftp \
 		contrib/lilo \
-		contrib/lilypond \
 		contrib/links \
 		contrib/lisp \
 		contrib/lvm \
diff --git a/bash_completion b/bash_completion
index 15d8850..cb61af8 100644
--- a/bash_completion
+++ b/bash_completion
@@ -145,6 +145,9 @@ complete -f -X '!*.rpm' rpm2cpio
 complete -f -X '!*.sqlite' sqlite3
 complete -f -X '!*.aux' bibtex
 complete -f -X '!*.po' poedit gtranslator kbabel lokalize
+complete -f -X '!*.@([Pp][Rr][Gg]|[Cc][Ll][Pp])' harbour gharbour hbpp
+complete -f -X '!*.[Hh][Rr][Bb]' hbrun
+complete -f -X '!*.ly' lilypond ly2dvi
 # FINISH exclude -- do not remove this line
 
 # start of section containing compspecs that can be handled within bash
diff --git a/contrib/harbour b/contrib/harbour
deleted file mode 100644
index 787d690..0000000
--- a/contrib/harbour
+++ /dev/null
@@ -1,13 +0,0 @@
-# harbour completion by Dave Pearson <davep at davep.org>
-# http://www.harbour-project.org/
-
-complete -f -X '!*.@([Pp][Rr][Gg]|[Cc][Ll][Pp])' harbour gharbour hbpp
-complete -f -X '!*.[Hh][Rr][Bb]' hbrun
-
-# Local variables:
-# mode: shell-script
-# sh-basic-offset: 4
-# sh-indent-comment: t
-# indent-tabs-mode: nil
-# End:
-# ex: ts=4 sw=4 et filetype=sh
diff --git a/contrib/lilypond b/contrib/lilypond
deleted file mode 100644
index af8ac12..0000000
--- a/contrib/lilypond
+++ /dev/null
@@ -1,11 +0,0 @@
-# lilypond completion by Laurent Martelli <laurent at bearteam.org>
-
-complete -f -X '!*.ly' lilypond ly2dvi
-
-# Local variables:
-# mode: shell-script
-# sh-basic-offset: 4
-# sh-indent-comment: t
-# indent-tabs-mode: nil
-# End:
-# ex: ts=4 sw=4 et filetype=sh

-- 
bash-completion



More information about the Bash-completion-commits mailing list