mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-11 10:41:12 +02:00
43779 (tweaked): add parentheses to fix expression with cprecedences option set
This commit is contained in:
parent
5a70701788
commit
fc3826190a
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
||||||
2018-11-08 Oliver Kiddle <okiddle@yahoo.co.uk>
|
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
|
* 43805: Src/Modules/nearcolor.c, Src/prompt.c: make nearcolor
|
||||||
module use the default colour rather than black as a fallback
|
module use the default colour rather than black as a fallback
|
||||||
|
|
||||||
|
|
|
@ -17,8 +17,8 @@ setopt localoptions noksharrays
|
||||||