about summary refs log tree commit diff
path: root/Completion/X/Type/_x_borderwidth
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/X/Type/_x_borderwidth')
-rw-r--r--Completion/X/Type/_x_borderwidth2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/X/Type/_x_borderwidth b/Completion/X/Type/_x_borderwidth
index c2f0eec83..9e20f0258 100644
--- a/Completion/X/Type/_x_borderwidth
+++ b/Completion/X/Type/_x_borderwidth
@@ -5,5 +5,5 @@ local x="$argv[(I)-X]"
 if (( x )); then
   _message -r "$argv[x + 1]"
 else
-  _message 'border width'
+  _message -e values 'border width'
 fi