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

Ville Skyttä ville.skytta at iki.fi
Sun Jan 3 12:22:24 UTC 2010


The following commit has been merged in the master branch:
commit 9c2843a956a63723e69ae97f8f334c7788a537b0
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Jan 3 14:03:38 2010 +0200

    Remove/rephrase some obsolete bash 2 related comments.

diff --git a/README b/README
index 0523c53..e48b555 100644
--- a/README
+++ b/README
@@ -210,13 +210,13 @@ Q. When completing on a symlink to a directory, bash does not append
    the trailing / and I have to hit <Tab> again. I don't like this.
 
 A. This has nothing to do with bash_completion. It's the default for
-   completing symlinks to directories in bash 2.05a, and was added
+   completing symlinks to directories since bash 2.05a, and was added
    because sometimes you want to operate on the symlink itself, rather
    than what it points to.
 
-   In bash 2.05b and later, you can get the pre-2.05a behaviour back
-   by putting 'set mark-symlinked-directories on' in your /etc/inputrc
-   or ~/.inputrc file.
+   You can get the pre-2.05a behaviour back by putting
+   'set mark-symlinked-directories on' in your /etc/inputrc or ~/.inputrc
+   file.
 
 Q. Completion goes awry when I try to complete on something that contains
    a colon.
diff --git a/bash_completion b/bash_completion
index ab9cd8e..48982bc 100644
--- a/bash_completion
+++ b/bash_completion
@@ -1,6 +1,5 @@
 #
 #   bash_completion - programmable completion functions for bash 3.x
-#             (backwards compatible with bash 2.05b)
 #
 #   Copyright © 2006-2008, Ian Macdonald <ian at caliban.org>
 #             © 2009, Bash Completion Maintainers

-- 
bash-completion



More information about the Bash-completion-commits mailing list