about summary refs log tree commit diff
path: root/Completion/Core/_oldlist
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-04-27 17:39:42 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-04-27 17:39:42 +0000
commitcb801a01033e4b00f3181f956194502a53dbcccd (patch)
tree564c21466ab26147db34ad9e1dfc2604c93d37e4 /Completion/Core/_oldlist
parent3e5977cdee151dd00fd6a8fc3af31e5a0745208c (diff)
downloadzsh-cb801a01033e4b00f3181f956194502a53dbcccd.tar.gz
zsh-cb801a01033e4b00f3181f956194502a53dbcccd.tar.xz
zsh-cb801a01033e4b00f3181f956194502a53dbcccd.zip
zsh-workers:6124
Diffstat (limited to 'Completion/Core/_oldlist')
-rw-r--r--Completion/Core/_oldlist2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Core/_oldlist b/Completion/Core/_oldlist
index 9e791b3a5..f42197695 100644
--- a/Completion/Core/_oldlist
+++ b/Completion/Core/_oldlist
@@ -15,7 +15,7 @@ fi
 # If this is a completion widget, and we have a completion inserted already,
 # and the compconfig key oldlist_menu is not never, then we cycle through the
 # existing list (even if it was generated by another widget).
-if [[ -n $compstate[old_insert] && $WIDGET = *complete(|-prefix) &&
+if [[ -n $compstate[old_insert] && $WIDGET = *complete(|-prefix|-word) &&
   $compconfig[oldlist_menu] != never ]]; then
   compstate[old_list]=keep
   if [[ $WIDGET = *reverse* ]]; then