From 70120f22eeaa16143425bfe0071245984f7fbb61 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Thu, 23 May 2002 12:16:42 +0000 Subject: rename max-match-length style to max-matches-width (17213) --- Completion/Base/Utility/_describe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Base') diff --git a/Completion/Base/Utility/_describe b/Completion/Base/Utility/_describe index 0a291302b..eafdcc35b 100644 --- a/Completion/Base/Utility/_describe +++ b/Completion/Base/Utility/_describe @@ -25,7 +25,7 @@ fi zstyle -T ":completion:${curcontext}:$_type" verbose && _showd=yes zstyle -s ":completion:${curcontext}:$_type" list-separator _sep || _sep=-- -zstyle -s ":completion:${curcontext}:$_type" max-match-length _mlen || +zstyle -s ":completion:${curcontext}:$_type" max-matches-width _mlen || _mlen=$((COLUMNS/2)) _descr="$1" -- cgit 1.4.1