diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2020-02-14 01:58:20 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2020-02-14 01:58:20 +0100 |
commit | bfc5d42735c1660263904ec5254cccf539a0a458 (patch) | |
tree | 9bbb81b4a53941427e6f9e65ae55027d9108df8c /Doc/Zsh/options.yo | |
parent | 74561cc51b8867e43cb2937ab2edfb36e2a829bf (diff) | |
parent | 643de931640e01aa246723d2038328ef33737965 (diff) | |
download | zsh-bfc5d42735c1660263904ec5254cccf539a0a458.tar.gz zsh-bfc5d42735c1660263904ec5254cccf539a0a458.zip |
Merge tag 'zsh-5.7.1-test-3' into debian
Test release: 5.7.1-test-3
Diffstat (limited to 'Doc/Zsh/options.yo')
-rw-r--r-- | Doc/Zsh/options.yo | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index bc182eb7b..fdea51412 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -88,6 +88,21 @@ tt(AUTO_CD) option set) is not a directory, and does not begin with a slash, try to expand the expression as if it were preceded by a `tt(~)' (see noderef(Filename Expansion)). ) +pindex(CD_SILENT) +pindex(NO_CD_SILENT) +pindex(CDSILENT) +pindex(NOCDSILENT) +cindex(cd, silencing) +cindex(autocd, silencing) +item(tt(CD_SILENT))( +Never print the working directory after a tt(cd) (whether explicit or +implied with the tt(AUTO_CD) option set). tt(cd) normally prints the +working directory when the argument given to it was tt(-), a stack entry, or +the name of a directory found under tt(CDPATH). Note that this is distinct +from tt(pushd)'s stack-printing behaviour, which is controlled by +tt(PUSHD_SILENT). This option overrides the printing-related effects of +tt(POSIX_CD). +) pindex(CHASE_DOTS) pindex(NO_CHASE_DOTS) pindex(CHASEDOTS) @@ -133,7 +148,8 @@ 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. +have been tested, and the tt(cd) and tt(chdir) commands do not recognise +arguments of the form `{tt(PLUS())|tt(-)}var(n)' as directory stack entries. Also, if the option is set, the conditions under which the shell prints the new directory after changing to it are modified. It is @@ -2318,7 +2334,9 @@ cindex(sh, field splitting style) item(tt(SH_WORD_SPLIT) (tt(-y)) <K> <S>)( Causes field splitting to be performed on unquoted parameter expansions. Note that this option has nothing to do with word splitting. -(See noderef(Parameter Expansion).) +(See +ifzman(zmanref(zshexpn))\ +ifnzman(noderef(Parameter Expansion)).) ) pindex(TRAPS_ASYNC) pindex(NO_TRAPS_ASYNC) |