about summary refs log tree commit diff
path: root/Completion/Commands/_history_complete_word
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-26 13:13:52 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-26 13:13:52 +0000
commit07dd91662165b57acd489801c3603d0d147fa89d (patch)
tree4ba478c20cbef46595b2b7681a1d5b7c77b27dc2 /Completion/Commands/_history_complete_word
parent3743621b21828b701648183bbf8566dbd6ac41a5 (diff)
downloadzsh-07dd91662165b57acd489801c3603d0d147fa89d.tar.gz
zsh-07dd91662165b57acd489801c3603d0d147fa89d.tar.xz
zsh-07dd91662165b57acd489801c3603d0d147fa89d.zip
ensure options are set as expected in _history_complete_word and _bash_completions (10933)
Diffstat (limited to 'Completion/Commands/_history_complete_word')
-rw-r--r--Completion/Commands/_history_complete_word3
1 files changed, 3 insertions, 0 deletions
diff --git a/Completion/Commands/_history_complete_word b/Completion/Commands/_history_complete_word
index d904e01f1..bb7e44200 100644
--- a/Completion/Commands/_history_complete_word
+++ b/Completion/Commands/_history_complete_word
@@ -17,6 +17,9 @@
 #
 
 _history_complete_word () {
+  setopt localoptions nullglob rcexpandparam extendedglob
+  unsetopt markdirs globsubst shwordsplit nounset ksharrays
+
   local expl direction stop
 
   if [[ $WIDGET = *newer ]]; then