mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-04 20:40:57 +02:00
Matt Wozniski: typo
This commit is contained in:
parent
8dc2bc1350
commit
71eafcc945
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2008-04-29 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* 24895: Matt Wozniski: Doc/Zsh/zle.yo: typo.
|
||||
|
||||
* unposted: Src/glob.c: oops.
|
||||
|
||||
2008-04-29 Peter Stephenson <pws@csr.com>
|
||||
|
|
|
@ -2050,7 +2050,7 @@ sect(Character Highlighting)
|
|||
|
||||
The line editor has the ability to highlight characters or regions
|
||||
of the line that have a particular significance. This is controlled
|
||||
by the array parameter tt(zsh_highlight), if it has been set by the user.
|
||||
by the array parameter tt(zle_highlight), if it has been set by the user.
|
||||
|
||||
If the parameter contains the single entry tt(none) all highlighting
|
||||
is turned off. Note the parameter is still expected to be an array.
|
||||
|
|
Loading…
Reference in a new issue