diff options
| author | Philippe Altherr <philippe.altherr@gmail.com> | 2026-04-11 00:59:53 +0200 |
|---|---|---|
| committer | dana <dana@dana.is> | 2026-06-03 23:26:38 -0500 |
| commit | 9ca111beeea8e9dbdd3d73f49aae15b3645a65f9 (patch) | |
| tree | 784c879e51d95c561190e28f4356a7a08ff04149 /Doc | |
| parent | unposted: tests: add regression test for w/54340 (diff) | |
| download | zsh-9ca111beeea8e9dbdd3d73f49aae15b3645a65f9.tar zsh-9ca111beeea8e9dbdd3d73f49aae15b3645a65f9.tar.gz zsh-9ca111beeea8e9dbdd3d73f49aae15b3645a65f9.tar.bz2 zsh-9ca111beeea8e9dbdd3d73f49aae15b3645a65f9.tar.lz zsh-9ca111beeea8e9dbdd3d73f49aae15b3645a65f9.tar.xz zsh-9ca111beeea8e9dbdd3d73f49aae15b3645a65f9.tar.zst zsh-9ca111beeea8e9dbdd3d73f49aae15b3645a65f9.zip | |
54328: Only ever turn global parameters into named directories
see also 54299, 54309, 54340
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/Zsh/options.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 3e745ec3d..3e3d9392a 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -240,7 +240,7 @@ pindex(AUTONAMEDIRS) pindex(NOAUTONAMEDIRS) cindex(directories, named) item(tt(AUTO_NAME_DIRS))( -Any parameter that is set to the absolute name of a directory +Any global parameter that is set to the absolute name of a directory immediately becomes a name for that directory, that will be used by the `tt(%~)' and related prompt sequences, and will be available when completion |
