1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-28 15:01:21 +02:00

22594: Attempt to fix some off-by-one errors for completion lists

that exactly fit the display width
This commit is contained in:
Peter Stephenson 2006-08-09 22:08:52 +00:00
parent 2983ed3fb3
commit 3dc99a7257

@ -1,8 +1,8 @@
2006-08-09 Peter Stephenson <p.w.stephenson@ntlworld.com>
* Functions/Example/pushd: maintain pushdignoredups if it was
set on entry to the function. I have a weird sense of deja vu
about this...
* unposted: Functions/Example/pushd: maintain pushdignoredups if
it was set on entry to the function. I have a weird sense of
deja vu about this...
* 22594: Src/Zle/complist.c, Src/Zle/compresult.c,
Src/Zle/zle_tricky.c: Attempt to fix some off-by-one errors