diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-11-02 12:31:59 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-11-02 12:31:59 +0000 |
commit | 80406f38b00fa35c3c1ec7b704f6e97054afb22c (patch) | |
tree | 710613fa56956b083a530944b5de1382a25f3036 /Completion/Debian/_apt | |
parent | 54c500a3f8779dee553c4a46a753c0cd1baef09d (diff) | |
download | zsh-80406f38b00fa35c3c1ec7b704f6e97054afb22c.tar.gz zsh-80406f38b00fa35c3c1ec7b704f6e97054afb22c.tar.xz zsh-80406f38b00fa35c3c1ec7b704f6e97054afb22c.zip |
zsh-workers/8485
Diffstat (limited to 'Completion/Debian/_apt')
-rw-r--r-- | Completion/Debian/_apt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Debian/_apt b/Completion/Debian/_apt index 352dd3f2d..29e987999 100644 --- a/Completion/Debian/_apt +++ b/Completion/Debian/_apt @@ -473,7 +473,7 @@ _apt-config () { -- \ /$'shell\0'/ \ \( \ - /$'[^\0]#\0'/ :'compadd "$expl_shell_var[@]" - "${(@k)parameters}' \ + /$'[^\0]#\0'/ :'compadd "$expl_shell_var[@]" - "${(@k)parameters}"' \ /$'[^\0]#\0'/ :'compadd "$expl_config_key[@]" - ${${(f)"$(apt-config dump 2>&1)"}% *}' \ \) \# \| \ /$'dump\0'/ \| \ |