diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-05-23 12:15:03 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-05-23 12:15:03 +0000 |
commit | d786ca4438883723569bf72a0fe43b2306915838 (patch) | |
tree | 61e8e1ee6923bea1e1d399350ac6a0d65a8529e0 /ChangeLog | |
parent | c08e0636e84dbf19b061748a466c59d5061824f7 (diff) | |
download | zsh-d786ca4438883723569bf72a0fe43b2306915838.tar.gz zsh-d786ca4438883723569bf72a0fe43b2306915838.tar.xz zsh-d786ca4438883723569bf72a0fe43b2306915838.zip |
allow multiple lines in option completion lists to share the same description, for (hopefully) cleaner displays (17212)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 41612071d..ed0a59c64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-05-23 Sven Wischnowsky <wischnow@zsh.org> + + * 17212: Src/Zle/computil.c: allow multiple lines in option + completion lists to share the same description, for (hopefully) + cleaner displays + 2002-05-23 Clint Adams <clint@zsh.org> * Matt Zimmerman: 17211: Completion/Unix/Command/_cvs: |