mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-04-18 06:53:35 -04:00
54319: turn off AUTO_NAME_DIRS option in completion
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2026-04-08 Mikael Magnusson <mikachu@gmail.com>
|
||||
|
||||
* 54319: Completion/compinit: turn off AUTO_NAME_DIRS option
|
||||
in completion
|
||||
|
||||
2026-04-07 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
|
||||
|
||||
* 54285: Src/builtin.c, Test/C01arith.ztst: 'let' builtin
|
||||
|
||||
@@ -147,6 +147,7 @@ _comp_options=(
|
||||
unset
|
||||
NO_allexport
|
||||
NO_aliases
|
||||
NO_autonamedirs
|
||||
NO_cshnullglob
|
||||
NO_cshjunkiequotes
|
||||
NO_errexit
|
||||
|
||||
Reference in New Issue
Block a user