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/Zsh/Command/_zstyle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Completion/Zsh') diff --git a/Completion/Zsh/Command/_zstyle b/Completion/Zsh/Command/_zstyle index db4d6604b..bab202ca0 100644 --- a/Completion/Zsh/Command/_zstyle +++ b/Completion/Zsh/Command/_zstyle @@ -80,7 +80,7 @@ styles=( matcher c: matcher-list c: max-errors c: - max-match-length c:max-match-length + max-matches-width c:max-matches-width menu c:boolauto muttrc c:_files numbers c:bool @@ -383,8 +383,8 @@ while (( $#state )); do _message -e separators 'separator string' ;; - max-match-length) - _message -e numbers 'maximum display length for matches' + max-matches-width) + _message -e numbers 'maximum display width for matches' ;; urgh) -- cgit 1.4.1