about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2014-08-07 09:26:09 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2014-08-07 09:26:09 -0700
commit6fc3b67b80c5bef6b1241657f7d1e5f55f6af1bf (patch)
tree6cbdb1cabecc04d7efc21187eae596fcc777c398 /ChangeLog
parentc810a072e220914444b38b87aaee5ae40edb6466 (diff)
downloadzsh-6fc3b67b80c5bef6b1241657f7d1e5f55f6af1bf.tar.gz
zsh-6fc3b67b80c5bef6b1241657f7d1e5f55f6af1bf.tar.xz
zsh-6fc3b67b80c5bef6b1241657f7d1e5f55f6af1bf.zip
32971: negative argument with %(l..) and with %<< or %>> calculates space available before right margin
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cceb5df50..e2f5dbcd7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-08-07  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 32971 (plus doc tweak): Doc/Zsh/prompt.yo, Src/prompt.c:
+	negative argument with %(l..) conditional and with %<< or %>>
+	truncation calculates space available before right margin
+	(positive argument still counts space used since left margin).
+
 2014-08-04  Barton E. Schaefer  <schaefer@brasslantern.com>
 
 	* Miles Ohlrich: 32958: Src/Zle/compctl.c: bitwise logic fix