summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Completion/Core/compinit1
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9854f77c2..2a78b4056 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2000-11-04 Bart Schaefer <schaefer@zsh.org>
+ * 13118: Completion/Core/compinit: Add `bareglobqual' to the
+ standard setopts for the completion system.
+
* 13116: Src/Modules/zpty.c: More informative error output; better
streaming behavior of `zpty -r'; prevent hang on `zpty -t' when
the command was started with `zpty -b'.
diff --git a/Completion/Core/compinit b/Completion/Core/compinit
index 338dc18ad..d5b7c20af 100644
--- a/Completion/Core/compinit
+++ b/Completion/Core/compinit
@@ -123,6 +123,7 @@ fi
# The standard options set in completion functions.
_comp_options=(
+ bareglobqual
nullglob
rcexpandparam
extendedglob