about summary refs log tree commit diff
path: root/Completion/X/_x_selection_timeout
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/X/_x_selection_timeout')
-rw-r--r--Completion/X/_x_selection_timeout6
1 files changed, 4 insertions, 2 deletions
diff --git a/Completion/X/_x_selection_timeout b/Completion/X/_x_selection_timeout
index 5481cd7fe..d6dfd8a13 100644
--- a/Completion/X/_x_selection_timeout
+++ b/Completion/X/_x_selection_timeout
@@ -1,7 +1,9 @@
 #autoload
 
-if (( $# )); then
-  _message "$2"
+local x="$argv[(I)-X]"
+
+if (( x )); then
+  _message -r "$argv[x + 1]"
 else
   _message 'selection timeout'
 fi