diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-05-21 07:39:40 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-05-21 07:39:40 +0000 |
commit | d4ec8d06bf619eccd92ed8ca0f388ab9ea2e4189 (patch) | |
tree | c0e6ef80ddf18df5b478cc988d55971435ef6cd6 /ChangeLog | |
parent | 477cc33aaef10c3afcef758a51dc390b8d45d0b3 (diff) | |
download | zsh-d4ec8d06bf619eccd92ed8ca0f388ab9ea2e4189.tar.gz zsh-d4ec8d06bf619eccd92ed8ca0f388ab9ea2e4189.tar.xz zsh-d4ec8d06bf619eccd92ed8ca0f388ab9ea2e4189.zip |
avoid printing in the last screen column when preparing a completion listing with compdescribe (17190)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 37584a3d6..eb19fde40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-05-21 Sven Wischnowsky <wischnow@zsh.org> + * 17190: Src/Zle/computil.c: avoid printing in the last screen + column when preparing a completion listing with compdescribe + * 17189: Completion/Unix/Type/_path_files: better splitting of -g-strings; this failed when patterns contained spaces |