about summary refs log tree commit diff
path: root/Completion/Base
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2002-05-23 12:16:42 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2002-05-23 12:16:42 +0000
commit70120f22eeaa16143425bfe0071245984f7fbb61 (patch)
tree8936990f52b2fe5b60391487a24b4302f8d06b8f /Completion/Base
parentd786ca4438883723569bf72a0fe43b2306915838 (diff)
downloadzsh-70120f22eeaa16143425bfe0071245984f7fbb61.tar.gz
zsh-70120f22eeaa16143425bfe0071245984f7fbb61.tar.xz
zsh-70120f22eeaa16143425bfe0071245984f7fbb61.zip
rename max-match-length style to max-matches-width (17213)
Diffstat (limited to 'Completion/Base')
-rw-r--r--Completion/Base/Utility/_describe2
1 files changed, 1 insertions, 1 deletions
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"