diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-26 18:01:40 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-26 18:01:40 +0000 |
commit | f625d27c0219511c1fd12ad38ebf38e9cabe0496 (patch) | |
tree | 46ba9312def06f8fa0ea40bd7aa96c77e6d9b71a /NEWS | |
parent | d472217ad01a23c7824951555c1f100705fad2fa (diff) | |
download | zsh-f625d27c0219511c1fd12ad38ebf38e9cabe0496.tar.gz zsh-f625d27c0219511c1fd12ad38ebf38e9cabe0496.tar.xz zsh-f625d27c0219511c1fd12ad38ebf38e9cabe0496.zip |
unposted: region_highlight wrongly capitalised in NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 275c380b0..af0ef0823 100644 --- a/NEWS +++ b/NEWS @@ -32,7 +32,7 @@ keys by default. Highlighting and colouring of sections of the command line is now supported, controlled by the array parameter zle_highlight and the ZLE -special parameter REGION_HIGHLIGHT. +special parameter region_highlight. Colouring of prompts is now supported within the shell by prompt escapes. The prompt theme system has been updated. |