From 4d27b0a8733980577811ff79ca217a11c5c15ac6 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 27 Oct 2012 22:50:17 +0200 Subject: wrapping options from issue #108 --- completion/bash-completion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'completion/bash-completion.sh') diff --git a/completion/bash-completion.sh b/completion/bash-completion.sh index e9c284c..ae6a744 100644 --- a/completion/bash-completion.sh +++ b/completion/bash-completion.sh @@ -27,7 +27,7 @@ _ponysay() elif [ $prev = "-W" ] || [ $prev = "--wrap" ]; then cols=$(( `stty size | cut -d ' ' -f 2` - 10 )) - COMPREPLY=( $cols $(( $cols / 2 )) 100 60 ) + COMPREPLY=( $cols $(( $cols / 2 )) 100 60 none inherit ) fi } -- cgit