Remove/rephrase some obsolete bash 2 related comments.
This commit is contained in:
parent
5a4eff054b
commit
9c2843a956
8
README
8
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.
|
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
|
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
|
because sometimes you want to operate on the symlink itself, rather
|
||||||
than what it points to.
|
than what it points to.
|
||||||
|
|
||||||
In bash 2.05b and later, you can get the pre-2.05a behaviour back
|
You can get the pre-2.05a behaviour back by putting
|
||||||
by putting 'set mark-symlinked-directories on' in your /etc/inputrc
|
'set mark-symlinked-directories on' in your /etc/inputrc or ~/.inputrc
|
||||||
or ~/.inputrc file.
|
file.
|
||||||
|
|
||||||
Q. Completion goes awry when I try to complete on something that contains
|
Q. Completion goes awry when I try to complete on something that contains
|
||||||
a colon.
|
a colon.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
#
|
#
|
||||||
# bash_completion - programmable completion functions for bash 3.x
|
# bash_completion - programmable completion functions for bash 3.x
|
||||||
# (backwards compatible with bash 2.05b)
|
|
||||||
#
|
#
|
||||||
# Copyright © 2006-2008, Ian Macdonald <ian@caliban.org>
|
# Copyright © 2006-2008, Ian Macdonald <ian@caliban.org>
|
||||||
# © 2009, Bash Completion Maintainers
|
# © 2009, Bash Completion Maintainers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user