diff options
| author | Tanaka Akira <akr@users.sourceforge.net> | 1999-08-19 14:41:32 +0000 |
|---|---|---|
| committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-08-19 14:41:32 +0000 |
| commit | 6adafae34f2e04d2340b36e514ff190bdbab2e6b (patch) | |
| tree | f67d763c7d6d0ff27a3447376023b97cfee11898 /Completion/Base/_subscript | |
| parent | zsh-workers/7449 (diff) | |
| download | zsh-6adafae34f2e04d2340b36e514ff190bdbab2e6b.tar zsh-6adafae34f2e04d2340b36e514ff190bdbab2e6b.tar.gz zsh-6adafae34f2e04d2340b36e514ff190bdbab2e6b.tar.bz2 zsh-6adafae34f2e04d2340b36e514ff190bdbab2e6b.tar.lz zsh-6adafae34f2e04d2340b36e514ff190bdbab2e6b.tar.xz zsh-6adafae34f2e04d2340b36e514ff190bdbab2e6b.tar.zst zsh-6adafae34f2e04d2340b36e514ff190bdbab2e6b.zip | |
zsh-workers/7450
Diffstat (limited to 'Completion/Base/_subscript')
| -rw-r--r-- | Completion/Base/_subscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Base/_subscript b/Completion/Base/_subscript index 090a5f07a..76644bafb 100644 --- a/Completion/Base/_subscript +++ b/Completion/Base/_subscript @@ -4,8 +4,8 @@ local expl if [[ "$PREFIX" = :* ]]; then _description expl 'character class' - compadd -p: -S ':]' alnum alpha blank cntrl digit graph lower print punct \ - space upper xdigit + compadd "$expl[@]" -p: -S ':]' alnum alpha blank cntrl digit graph \ + lower print punct space upper xdigit elif [[ ${(Pt)${compstate[parameter]}} = assoc* ]]; then _description expl 'association key' if [[ "$RBUFFER" = \]* ]]; then |
