Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: turn off AUTO_NAME_DIRS option in completion
- X-seq: zsh-workers 54319
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: PATCH: turn off AUTO_NAME_DIRS option in completion
- Date: Wed, 8 Apr 2026 11:01:10 +0200
- Archived-at: <https://zsh.org/workers/54319>
- In-reply-to: <CAH+w=7YgnH6E2vu1BAQ+Sz5DCVcSCcLetAtE-ucx-xOZR660ng@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAH+w=7YgnH6E2vu1BAQ+Sz5DCVcSCcLetAtE-ucx-xOZR660ng@mail.gmail.com>
---
Completion/compinit | 1 +
1 file changed, 1 insertion(+)
diff --git a/Completion/compinit b/Completion/compinit
index 2bfd30f2e2..60dbb599d9 100644
--- a/Completion/compinit
+++ b/Completion/compinit
@@ -147,6 +147,7 @@ _comp_options=(
unset
NO_allexport
NO_aliases
+ NO_autonamedirs
NO_cshnullglob
NO_cshjunkiequotes
NO_errexit
--
2.38.1
Messages sorted by:
Reverse Date,
Date,
Thread,
Author