From f7624a71e2277d8d5303c3e1838c774f38a59e67 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Tue, 11 Sep 2001 09:35:53 +0000 Subject: complete new [:ascii:] character class --- Completion/Zsh/Context/_subscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Zsh') diff --git a/Completion/Zsh/Context/_subscript b/Completion/Zsh/Context/_subscript index 6328ba10d..9ea628fdb 100644 --- a/Completion/Zsh/Context/_subscript +++ b/Completion/Zsh/Context/_subscript @@ -12,7 +12,7 @@ compset -P '\(([^\(\)]|\(*\))##\)' # remove subscript flags if [[ "$PREFIX" = :* ]]; then _wanted characters expl 'character class' \ - compadd -p: -S ':]' alnum alpha blank cntrl digit graph \ + compadd -p: -S ':]' alnum alpha ascii blank cntrl digit graph \ lower print punct space upper xdigit elif compset -P '\('; then local match -- cgit 1.4.1