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

Ville Skyttä ville.skytta at iki.fi
Tue Aug 18 08:45:54 UTC 2009


The following commit has been merged in the master branch:
commit 1ed4fa2f6241aa6a411edd8b1d0fa339f2d12a18
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Tue Aug 18 11:45:47 2009 +0300

    Comment tweaks.

diff --git a/bash_completion b/bash_completion
index 269595d..96217d7 100644
--- a/bash_completion
+++ b/bash_completion
@@ -98,12 +98,12 @@ complete -d pushd
 # Do NOT break these over multiple lines.
 #
 # START exclude -- do NOT remove this line
+# bzcmp, bzdiff, bz*grep, bzless, bzmore intentionally not here, see Debian: #455510
 complete -f -X '!*.?(t)bz?(2)' bunzip2 bzcat
-# bzcmp, bzdiff, bz*grep intentionally not here, see Debian: #455510
 complete -f -X '!*.@(zip|ZIP|jar|JAR|exe|EXE|pk3|war|wsz|ear|zargo|xpi|sxw|ott|od[fgpst]|epub)' unzip zipinfo
 complete -f -X '*.Z' compress znew
-complete -f -X '!*.@(Z|gz|tgz|Gz|dz)' gunzip zcat
 # zcmp, zdiff, z*grep, zless, zmore intentionally not here, see Debian: #455510
+complete -f -X '!*.@(Z|gz|tgz|Gz|dz)' gunzip zcat
 complete -f -X '!*.Z' uncompress
 # lzcmp, lzdiff intentionally not here, see Debian: #455510
 complete -f -X '!*.lzma' lzcat lzegrep lzfgrep lzgrep lzless lzmore unlzma

-- 
bash-completion



More information about the Bash-completion-commits mailing list