diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-05-23 12:16:42 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-05-23 12:16:42 +0000 |
commit | 70120f22eeaa16143425bfe0071245984f7fbb61 (patch) | |
tree | 8936990f52b2fe5b60391487a24b4302f8d06b8f /Completion/Zsh/Command/_zstyle | |
parent | d786ca4438883723569bf72a0fe43b2306915838 (diff) | |
download | zsh-70120f22eeaa16143425bfe0071245984f7fbb61.tar.gz zsh-70120f22eeaa16143425bfe0071245984f7fbb61.tar.xz zsh-70120f22eeaa16143425bfe0071245984f7fbb61.zip |
rename max-match-length style to max-matches-width (17213)
Diffstat (limited to 'Completion/Zsh/Command/_zstyle')
-rw-r--r-- | Completion/Zsh/Command/_zstyle | 6 |
1 files changed, 3 insertions, 3 deletions
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) |