From b0e4b61a82e9a9ee162832ac862a9faf5ec9bd85 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Tue, 14 May 2002 08:01:12 +0000 Subject: allow users to give the maximum number of display-columns the matches should take up via the style currently named max-match-length (17147) --- Completion/Zsh/Command/_zstyle | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Completion/Zsh') diff --git a/Completion/Zsh/Command/_zstyle b/Completion/Zsh/Command/_zstyle index 99ee8f72b..db4d6604b 100644 --- a/Completion/Zsh/Command/_zstyle +++ b/Completion/Zsh/Command/_zstyle @@ -80,6 +80,7 @@ styles=( matcher c: matcher-list c: max-errors c: + max-match-length c:max-match-length menu c:boolauto muttrc c:_files numbers c:bool @@ -382,6 +383,10 @@ while (( $#state )); do _message -e separators 'separator string' ;; + max-match-length) + _message -e numbers 'maximum display length for matches' + ;; + urgh) _wanted values expl no compadd no false off 0 ;; -- cgit 1.4.1