From 53d91ffdfdc77d36e3fa0869afcb54d415b01a7a Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 5 Feb 2009 09:51:28 +0000 Subject: 26513: README: note ".." completion bug --- ChangeLog | 7 ++++++- 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 + + * 26513: README: note that addition of ".." in completion + was broken. + 2009-02-01 Andrey Borzenkov * 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 -- cgit 1.4.1