summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoey Pabalinas <joeypabalinas@gmail.com>2018-11-06 13:34:10 -1000
committerOliver Kiddle <okiddle@yahoo.co.uk>2018-11-08 11:46:27 +0100
commitfc3826190a6480d8e45e05e22ca64c548e79e36a (patch)
treef528505ed28e7e5ee9f0fd63759b202539aab0a1 /ChangeLog
parent5a7070178826e7b0db94e0a3d285849315e5c5ab (diff)
downloadzsh-fc3826190a6480d8e45e05e22ca64c548e79e36a.tar.gz
zsh-fc3826190a6480d8e45e05e22ca64c548e79e36a.tar.xz
zsh-fc3826190a6480d8e45e05e22ca64c548e79e36a.zip
43779 (tweaked): add parentheses to fix expression with cprecedences option set
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 41a2f7aa9..72a74849e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2018-11-08  Oliver Kiddle  <okiddle@yahoo.co.uk>
 
+	* 43779 (tweaked): Joey Pabalinas: Functions/Zle/select-bracketed: 
+	add parentheses to fix expression with cprecedences option set
+
 	* 43805: Src/Modules/nearcolor.c, Src/prompt.c: make nearcolor
 	module use the default colour rather than black as a fallback