about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2009-01-09 20:54:35 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2009-01-09 20:54:35 +0000
commit1a43616975310a638f76ba4f5e73757e4b071a1f (patch)
tree6f9fb10b571018ab8e3ba3d3af5286a18c2f098d /Completion
parent369a03d09f1661ea92509dde0e1c45fcc9620adb (diff)
downloadzsh-1a43616975310a638f76ba4f5e73757e4b071a1f.tar.gz
zsh-1a43616975310a638f76ba4f5e73757e4b071a1f.tar.xz
zsh-1a43616975310a638f76ba4f5e73757e4b071a1f.zip
26270: allow accept-and-menu-complete work with _vallues as well
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Base/Utility/_values2
1 files changed, 2 insertions, 0 deletions
diff --git a/Completion/Base/Utility/_values b/Completion/Base/Utility/_values
index 52c42bc70..a478a8517 100644
--- a/Completion/Base/Utility/_values
+++ b/Completion/Base/Utility/_values
@@ -12,6 +12,8 @@ if compvalues -i "$@"; then
   local noargs args opts descr action expl sep argsep subc test='*'
   local oldcontext="$curcontext"
 
+  compstate[list_in_word]=1
+
   compvalues -S argsep
   compvalues -s sep && [[ -n "$sep" ]] && test="[^${(q)sep}]#"