mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-11 10:41:12 +02:00
49572: Let _expand preserve array form w/out zstyle glob
This commit is contained in:
parent
9c515a5a2f
commit
c7f4634549
3 changed files with 16 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
2021-11-12 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* Marlon: 49572: Completion/Base/Completer/_expand,
|
||||
Test/Y01completion.ztst: Let _expand preserve array form w/out
|
||||
zstyle glob
|
||||
|
||||
* unposted: Completion/Unix/Command/_ansible: fix case statement
|
||||
fall-through for ansible-galaxy role completion
|
||||
|
||||
|
|
|
@ -105,7 +105,7 @@ subd=("$exp[@]")
|
|||
|
||||