about summary refs log tree commit diff
path: root/Completion/X/_x_borderwidth
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/X/_x_borderwidth')
-rw-r--r--Completion/X/_x_borderwidth6
1 files changed, 5 insertions, 1 deletions
diff --git a/Completion/X/_x_borderwidth b/Completion/X/_x_borderwidth
index 10a5d6dc4..1864e8a77 100644
--- a/Completion/X/_x_borderwidth
+++ b/Completion/X/_x_borderwidth
@@ -1,3 +1,7 @@
 #autoload
 
-_message 'border width'
+if (( $# )); then
+  _message "$2"
+else
+  _message 'border width'
+fi