about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2024-01-28 00:47:10 +0100
committerOliver Kiddle <opk@zsh.org>2024-01-28 00:47:36 +0100
commit85545af42b8f9278136125324c37c1f88b461421 (patch)
treed07e1f565c6bcb8fdac42cd0a595a9e481f2e57f /ChangeLog
parent3c5dacd503a2ac81059346b37d16ab5d1b6a1e04 (diff)
downloadzsh-85545af42b8f9278136125324c37c1f88b461421.tar.gz
zsh-85545af42b8f9278136125324c37c1f88b461421.tar.xz
zsh-85545af42b8f9278136125324c37c1f88b461421.zip
52500: add layer token to zle attributes
This provide control over the precedence of highlighting where
different regions overlap.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e0b085e5..7335590c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2024-01-28  Oliver Kiddle  <opk@zsh.org>
 
+	* 52500: Src/Zle/zle.h, Src/Zle/zle_refresh.c, Src/prompt.c:
+	add layer token to zle attributes to provide control over
+	the precedence of highlighting
+
 	* 52499: Src/prompt.c: support highlight groups defined in a
 	.zle.hlgroups associative array and referenced using %H in
 	prompt strings or hl= in zle_highlight/region_highlight