1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-30 05:40:58 +01:00

49572: Let _expand preserve array form w/out zstyle glob

This commit is contained in:
Marlon Richert 2021-11-12 21:52:18 +02:00 committed by Oliver Kiddle
parent 9c515a5a2f
commit c7f4634549
3 changed files with 16 additions and 1 deletions

View file

@ -62,6 +62,17 @@
>line: {: dir1 dir2 file1 file2 }{}
>line: {: *}{}
comptesteval $'zstyle \'*\' glob no'
comptesteval $'typeset -g tst=(*)'
comptest $': $tst\C-D'
0:_expand preserves array form
>DESCRIPTION:{expansions}
>NO:{dir1}
>NO:{dir2}
>NO:{file1}
>NO:{file2}
comptesteval $'zstyle -d \'*\' glob'
comptesteval '_users () { compadd user1 user2 }'
comptest $': ~\t\t\t\t\t'
0:tilde