about summary refs log tree commit diff
path: root/Completion/Base
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Base')
-rw-r--r--Completion/Base/_describe4
-rw-r--r--Completion/Base/_values6
2 files changed, 3 insertions, 7 deletions
diff --git a/Completion/Base/_describe b/Completion/Base/_describe
index 29997e262..ddd35f0e7 100644
--- a/Completion/Base/_describe
+++ b/Completion/Base/_describe
@@ -23,9 +23,7 @@ shift OPTIND-1
 
 # Do the tests. `showd' is set if the descriptions should be shown.
 
-_tags -c "$cmd" -f "$func" "$type"
-
-_tags || return 1
+_tags -i -c "$cmd" -f "$func" "$type" || return 1
 
 [[ "$tags" = *:${type}\[*describe*\]* ]] && showd=yes
 
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"