summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--Completion/Zsh/Type/_globquals2
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