mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-24 05:11:08 +02:00
AUTO_CD behaviour depends on SHIN_STDIN, document
This commit is contained in:
parent
c9804bebd8
commit
e33411990e
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-11-11 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* 33658: Doc/Zsh/options.yo: AUTO_CD depends on SHIN_STDIN.
|
||||
|
||||
2014-11-09 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 33599: Jun T.: Test/comptest: workaround zpty issue that
|
||||
|
|
|
@ -63,6 +63,10 @@ item(tt(AUTO_CD) (tt(-J)))(
|
|||
If a command is issued that can't be executed as a normal command,
|
||||
and the command is the name of a directory, perform the tt(cd)
|
||||
command to that directory.
|
||||
This option is only applicable if the option tt(SHIN_STDIN) is set,
|
||||
i.e. if commands are being read from standard input. The option
|
||||
is designed for interactive use; it is recommended that tt(cd)
|
||||
be used explicitly in scripts to avoid ambiguity.
|
||||
)
|
||||
pindex(AUTO_PUSHD)
|
||||
pindex(NO_AUTO_PUSHD)
|
||||
|
|
Loading…
Reference in a new issue