diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-05-28 08:49:55 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-05-28 08:49:55 +0000 |
commit | 0b1d48472a69a672cbda8285a00253bd4458938a (patch) | |
tree | 032b107c7950030f8765bee0c83715b17956913a | |
parent | 147cedfb6fa2973f6ff6ce69d63d98096b4e2604 (diff) | |
download | zsh-0b1d48472a69a672cbda8285a00253bd4458938a.tar.gz zsh-0b1d48472a69a672cbda8285a00253bd4458938a.tar.xz zsh-0b1d48472a69a672cbda8285a00253bd4458938a.zip |
Mikael: 27980: completion typo
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Completion/Zsh/Type/_globquals | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index e2f427227..78e331347 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-05-28 Peter Stephenson <pws@csr.com> + + * Mikael: 27980: Completion/Zsh/Type/_globquals: typo. + 2010-05-27 Peter Stephenson <p.w.stephenson@ntlworld.com> * 27965 plus as per 27966: Src/builtin.c, Src/subst.c, @@ -13169,5 +13173,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4984 $ +* $Revision: 1.4985 $ ***************************************************** diff --git a/Completion/Zsh/Type/_globquals b/Completion/Zsh/Type/_globquals index 2cf163fab..778dfa822 100644 --- a/Completion/Zsh/Type/_globquals +++ b/Completion/Zsh/Type/_globquals @@ -100,7 +100,7 @@ while [[ -n $PREFIX ]]; do # complete/skip GID or delimited group if ! compset -P '[[:digit:]]##'; then if [[ -z $PREFIX ]]; then - _delimiter qualifier-g + _delimiters qualifier-g return elif ! _globqual_delims; then # still completing group |