1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-04-26 11:55:13 +02:00

50229: Typo

This commit is contained in:
Bart Schaefer 2022-05-14 21:36:27 -07:00
parent 84dde7c7b6
commit 545c42cdac
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2022-05-14 Bart Schaefer <schaefer@zsh.org>
* 50229: NEWS: Typo
* Jan Brieg: 50212 (and discussion): Functions/Misc/colors: Add
"bright" color variants

2
NEWS
View File

@ -49,7 +49,7 @@ negative numbers.
The (*) expansion flag enables EXTENDED_GLOB for pattern matching.
For example, ${(*)sample/(#b)*(pat)*/${match[1]}} uses backreferences
even if EXTENDED_GLOB is not otherwise set. However, this does not
descend into nested exapansions, and doubling as (**) does not disable
descend into nested expansions, and doubling as (**) does not disable
EXTENDED_GLOB.
The compinit function learnt a -w option to explain why compdump runs.