diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 0cabbbe9a..1b628c440 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-12-17 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * Mikael: 28535: NEWS: typo + 2010-12-17 Peter Stephenson <pws@csr.com> * Štěpán Němec: 28533: README, Doc/Zsh/compsys.yo, @@ -13985,5 +13989,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5157 $ +* $Revision: 1.5158 $ ***************************************************** diff --git a/NEWS b/NEWS index c36a2480d..3d2baaf56 100644 --- a/NEWS +++ b/NEWS @@ -65,7 +65,7 @@ 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 +zle_highlight also controls highlighting of a removable completion suffix, e.g. the "/" automatically appended to directories. This uses the keyword "suffix". |