diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | README | 12 |
2 files changed, 16 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 29161982b..79d9d220e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-02-05 Peter Stephenson <pws@csr.com> + + * 26513: README: note that addition of ".." in completion + was broken. + 2009-02-01 Andrey Borzenkov <bor@zsh.org> * 26504: Doc/Zsh/options.yo: document that LOCAL_OPTIONS @@ -11076,5 +11081,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4547 $ +* $Revision: 1.4548 $ ***************************************************** 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 |