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/options.yo | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'Doc/Zsh/options.yo') diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 74b5c8f86..8629a0718 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -115,6 +115,22 @@ This also has the effect of tt(CHASE_DOTS), i.e. a `tt(..)' path segment will be treated as referring to the physical parent, even if the preceding path segment is a symbolic link. ) +pindex(POSIX_CD) +pindex(POSIXCD) +pindex(NO_POSIX_CD) +pindex(NOPOSIXCD) +cindex(CDPATH, order of checking) +item(tt(POSIX_CD))( +Modifies the behaviour of tt(cd), tt(chdir) and tt(pushd) commands +to make them more compatible with the POSIX standard. The behaviour with +the option unset is described in the documentation for the tt(cd) +builtin in +ifzman(zmanref(zshbuiltins))\ +ifnzman(noderef(Shell Builtin Commands)). +If the option is set, the shell does not test for directories beneath +the local directory (`tt(.)') until after all directories in tt(cdpath) +have been tested. +) pindex(PUSHD_IGNORE_DUPS) pindex(NO_PUSHD_IGNORE_DUPS) pindex(PUSHDIGNOREDUPS) -- cgit 1.4.1