summaryrefslogtreecommitdiff
path: root/Completion/Base/Utility/_regex_words
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Base/Utility/_regex_words')
-rw-r--r--Completion/Base/Utility/_regex_words8
1 files changed, 7 insertions, 1 deletions
diff --git a/Completion/Base/Utility/_regex_words b/Completion/Base/Utility/_regex_words
index 77ba197a4..62c2491bb 100644
--- a/Completion/Base/Utility/_regex_words
+++ b/Completion/Base/Utility/_regex_words
@@ -20,7 +20,13 @@ local tag=$1
local desc=$2
shift 2
-reply=(\()
+if (( $# )); then
+ reply=(\()
+else
+ # ### Is this likely to happen in callers? Should we warn?
+ reply=()
+ return
+fi
integer i
local -a wds