about summary refs log tree commit diff
path: root/Completion/Base/_values
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Base/_values')
-rw-r--r--Completion/Base/_values6
1 files changed, 2 insertions, 4 deletions
diff --git a/Completion/Base/_values b/Completion/Base/_values
index 5c2249929..9d89c7ea9 100644
--- a/Completion/Base/_values
+++ b/Completion/Base/_values
@@ -6,8 +6,7 @@ if compvalues -i "$@"; then
 
   if ! compvalues -D descr action; then
 
-    _tags value
-    _tags || return 1
+    _tags -i value || return 1
 
     compvalues -V noargs args opts
 
@@ -52,8 +51,7 @@ if compvalues -i "$@"; then
     fi
   fi
 
-  _tags argument
-  _tags || return 1
+  _tags -i argument || return 1
 
   _description expl "$descr"