diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2013-10-03 14:52:54 -0700 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2013-10-03 14:52:54 -0700 |
commit | ea30fdaf25ad11ca727d3708bdd47b0f90d9ff68 (patch) | |
tree | 39666e1baa43da073cfcb20a2c9d90363f2e94d3 /ChangeLog | |
parent | ae92cadc75fbf7e8ec356cf09d3f73db9868424b (diff) | |
download | zsh-ea30fdaf25ad11ca727d3708bdd47b0f90d9ff68.tar.gz zsh-ea30fdaf25ad11ca727d3708bdd47b0f90d9ff68.tar.xz zsh-ea30fdaf25ad11ca727d3708bdd47b0f90d9ff68.zip |
31781: "compdescribe -i" clears the completion list column padding width
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2c50b3228..9ec3bc581 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-10-03 Barton E. Schaefer <schaefer@zsh.org> + + * 31781: Src/Zle/computil.c: "compdescribe -i" must clear the + completion list column padding width along with the rest of the + description state. Cf. 31782. + 2013-09-26 Barton E. Schaefer <schaefer@zsh.org> * 31772: Src/params.c: queue_signals() to prevent re-entry into |