diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-02-05 09:51:28 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-02-05 09:51:28 +0000 |
commit | 53d91ffdfdc77d36e3fa0869afcb54d415b01a7a (patch) | |
tree | 5bbd273127c92fef8e937c6d445bf56552a3525b /README | |
parent | d16943d9a91a160c6377ea722a57cf901f93cfae (diff) | |
download | zsh-53d91ffdfdc77d36e3fa0869afcb54d415b01a7a.tar.gz zsh-53d91ffdfdc77d36e3fa0869afcb54d415b01a7a.tar.xz zsh-53d91ffdfdc77d36e3fa0869afcb54d415b01a7a.zip |
26513: README: note ".." completion bug
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/README b/README index 3eb6a1e28..b43f43ed2 100644 --- a/README +++ b/README @@ -33,8 +33,16 @@ details, see the documentation. Possible incompatibilities --------------------------- -This section documents incompatibilities in the shell since the 4.2 -series of releases. +In some 4.2.X releases of zsh, the completion system added a ".." as a +trial completion whenever completing directories. This was a bug: as +documented in the zshcompsys manual, this feature needs to be turned on by +a style: + + zstyle ':completion:*' special-dirs true + + +The rest of this section documents incompatibilities in the shell since the +4.2 series of releases. In previous releases of the shell, builtin commands and precommand modifiers that did not accept options also did not recognize the |