summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2010-01-03 14:03:38 +0200
committerVille Skyttä <ville.skytta@iki.fi>2010-01-03 14:03:38 +0200
commit9c2843a956a63723e69ae97f8f334c7788a537b0 (patch)
treeeb44e557a8f99963d2c30b57970aa78f5505bfa0 /README
parent5a4eff054b22e91bcc76cc751c397f6c02997171 (diff)
downloadbash-completion-9c2843a956a63723e69ae97f8f334c7788a537b0.tar.gz
Remove/rephrase some obsolete bash 2 related comments.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 0523c530..e48b5556 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.