diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2012-07-22 21:40:10 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2012-07-22 21:40:10 +0200 |
commit | 5c7ac461932c17df91374e6c2740ad22c95481af (patch) | |
tree | 85d21004331d9d1bfca266d111000acd7fa1725a /Completion/Unix/Command/_getconf | |
parent | 3988419a8dc4a74e491df584804a77a2f8be88cd (diff) | |
parent | e27142d45686cacc6ed155e5045b97dd6243d44c (diff) | |
download | zsh-5c7ac461932c17df91374e6c2740ad22c95481af.tar.gz zsh-5c7ac461932c17df91374e6c2740ad22c95481af.zip |
New upstream release
Diffstat (limited to 'Completion/Unix/Command/_getconf')
-rw-r--r-- | Completion/Unix/Command/_getconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_getconf b/Completion/Unix/Command/_getconf index 76d9c7686..f2c713a52 100644 --- a/Completion/Unix/Command/_getconf +++ b/Completion/Unix/Command/_getconf @@ -27,7 +27,7 @@ if [[ CURRENT -eq 2 ]]; then _tags syswideconfig pathconfig standardsconfig confstring restconfig allkeys=(${${(f)"$(getconf -a 2>/dev/null)"}%%[: ]*}) - restkeys=(${allkeys:#(${(j.|.)~mykeys})}) + restkeys=(${allkeys:|mykeys}) while _tags; do _requested -V syswideconfig expl 'systemwide configuration variables' \ |