diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-05-14 08:01:12 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-05-14 08:01:12 +0000 |
commit | b0e4b61a82e9a9ee162832ac862a9faf5ec9bd85 (patch) | |
tree | 33d5f98ebba1c0720d25fb5771963c616d10d680 /ChangeLog | |
parent | 1acda13c7048d2d994f49f4c9f29f79421b1dab8 (diff) | |
download | zsh-b0e4b61a82e9a9ee162832ac862a9faf5ec9bd85.tar.gz zsh-b0e4b61a82e9a9ee162832ac862a9faf5ec9bd85.tar.xz zsh-b0e4b61a82e9a9ee162832ac862a9faf5ec9bd85.zip |
allow users to give the maximum number of display-columns the matches should take up via the style currently named max-match-length (17147)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 11b941078..dc6987c0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2002-05-14 Sven Wischnowsky <wischnow@zsh.org> + * 17147: Completion/Base/Utility/_describe, + Completion/Zsh/Command/_zstyle, Doc/Zsh/compsys.yo, + Src/Zle/computil.c: allow users to give the maximum number of + display-columns the matches should take up via the style + currently named max-match-length + * 17146: Doc/Zsh/compsys.yo: fix doc for _describe, mention -t option |