diff options
| author | Oliver Kiddle <opk@zsh.org> | 2015-01-25 18:22:53 +0100 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2015-01-25 18:23:03 +0100 |
| commit | f972b023a20e9fb67b2693ab7c5936d5c545fe55 (patch) | |
| tree | 11ee0de39d7311948f870bb55b76f30c775e8e3a /Completion/Zsh/Context/_subscript | |
| parent | 34381: vcs_info: Documentation update (diff) | |
| download | zsh-f972b023a20e9fb67b2693ab7c5936d5c545fe55.tar zsh-f972b023a20e9fb67b2693ab7c5936d5c545fe55.tar.gz zsh-f972b023a20e9fb67b2693ab7c5936d5c545fe55.tar.bz2 zsh-f972b023a20e9fb67b2693ab7c5936d5c545fe55.tar.lz zsh-f972b023a20e9fb67b2693ab7c5936d5c545fe55.tar.xz zsh-f972b023a20e9fb67b2693ab7c5936d5c545fe55.tar.zst zsh-f972b023a20e9fb67b2693ab7c5936d5c545fe55.zip | |
34373, 34374: update completion of builtin commands, modifiers,
parameter and globbing flags
Diffstat (limited to 'Completion/Zsh/Context/_subscript')
| -rw-r--r-- | Completion/Zsh/Context/_subscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Context/_subscript b/Completion/Zsh/Context/_subscript index cf1ec49a4..0ccc0c4ef 100644 --- a/Completion/Zsh/Context/_subscript +++ b/Completion/Zsh/Context/_subscript @@ -23,7 +23,7 @@ if [[ $BUFFER[1,pos-1] = (|*[[:space:]:=]##)\~\[ ]]; then elif [[ "$PREFIX" = :* ]]; then _wanted characters expl 'character class' \ compadd -p: -S ':]' alnum alpha ascii blank cntrl digit graph \ - lower print punct space upper xdigit + lower print punct space upper xdigit IFS IDENT IFSSPACE WORD elif compset -P '\('; then local match compset -S '\)*' |
