about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-12-17 14:01:23 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-12-17 14:01:23 +0000
commita9421446d26c7b67f238082fd8a643f398f556fd (patch)
tree201f1d725f52865eec014ad8a3c98bc09ac8dbad /NEWS
parent246bcd10a7aeb54094ba02f032e682b759ee4b0b (diff)
downloadzsh-a9421446d26c7b67f238082fd8a643f398f556fd.tar.gz
zsh-a9421446d26c7b67f238082fd8a643f398f556fd.tar.xz
zsh-a9421446d26c7b67f238082fd8a643f398f556fd.zip
Mikael: users/15653: zle_highlight=(none) turns off suffix highlighting
unposted: note suffix highlighting in NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 073a8f2b1..c36a2480d 100644
--- a/NEWS
+++ b/NEWS
@@ -65,6 +65,10 @@ keyword in the zle_highlight array.  These can be distinguished from
 unprintable Unicode characters which also use "special" highlighting as the
 latter are always two or four bytes long, e.g. <XXXX>, <XXXXXXXX>.
 
+zle_highlight also control highlighting of a removable completion
+suffix, e.g. the "/" automatically appended to directories.  This uses
+the keyword "suffix".
+
 The line editor now sets the variable ZLE_LINE_ABORTED if there is
 an error when editing the line.  The following code can be used
 to create a bindable editor widget to restore the aborted line: