about summary refs log tree commit diff
path: root/Src/Zle/zle.h
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2015-09-07 21:17:35 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2015-09-07 21:17:40 +0000
commit8931e47b8d8f9194cc5424bc15e546c037a891e7 (patch)
tree48d45c6a9071525745b66c3dfbb65b86515dd26f /Src/Zle/zle.h
parent1cba80bf08dc9451e8643588fcb308030bb4c4ee (diff)
downloadzsh-8931e47b8d8f9194cc5424bc15e546c037a891e7.tar.gz
zsh-8931e47b8d8f9194cc5424bc15e546c037a891e7.tar.xz
zsh-8931e47b8d8f9194cc5424bc15e546c037a891e7.zip
36437: Document interaction of $region_highlight and $zle_highlight.
Diffstat (limited to 'Src/Zle/zle.h')
-rw-r--r--Src/Zle/zle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/Zle/zle.h b/Src/Zle/zle.h
index 59f459185..2d672de3b 100644
--- a/Src/Zle/zle.h
+++ b/Src/Zle/zle.h
@@ -431,6 +431,8 @@ struct region_highlight {
  * 2: suffix
  * 3: pasted text
  */
+/* If you change this, update the documentation of zle_highlight/region_highlight
+ * interaction in Doc/Zsh/zle.yo. */
 #define N_SPECIAL_HIGHLIGHTS	(4)