From 606cfb5a5e65c80d88fc90169200cea404c16796 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 19 Jul 2009 19:07:14 +0000 Subject: 27167: add POSIX_CD option to test "." after CDPATH --- Doc/Zsh/builtins.yo | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Doc/Zsh/builtins.yo') diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index bf12a3384..4311e871e 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -183,6 +183,9 @@ to the directory var(arg) under each component of tt(cdpath) in turn until successful. If `tt(.)' occurs in tt(cdpath), then tt(cdpath) is searched strictly in order so that `tt(.)' is only tried at the appropriate point. +The order of testing tt(cdpath) is modified if the option tt(POSIX_CD) +is set, as described in the documentation for the option. + If no directory is found, the option tt(CDABLE_VARS) is set, and a parameter named var(arg) exists whose value begins with a slash, treat its value as the directory. In that case, the parameter is added to the named -- cgit 1.4.1