1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-13 01:31:18 +02:00

unposted: news for 4.3.11: another typo

This commit is contained in:
Peter Stephenson 2010-09-08 15:37:22 +00:00
parent f6338bf83f
commit 82b6ee09bc

12
NEWS
View file

@ -70,12 +70,12 @@ still to turn job control off, however if the new POSIX_JOBS option is set
MONITOR remains active in subshells. MONITOR remains active in subshells.
Regular expression matches now use the same variables for storing matched Regular expression matches now use the same variables for storing matched
components as shell pattern matching. The function system now provides components as shell pattern matching. The function system now provides the
the function regexp-replace for replacing text using regular expressions. function regexp-replace for replacing text using regular expressions. The
The zle widgets replace-string, replace-string-again, if defined with regex zle widget functions replace-string, replace-string-again, if defined with
in the name (e.g. "zle -N replace-regexp replace-string"), perform regular regex in the name (e.g. "zle -N replace-regexp replace-string"), perform
expression matches. In replacement text \& and \1 have the standard regular expression matches. In replacement text \& and \1 have the
meaning. standard meaning.
Changes between versions 4.3.9 and 4.3.10 Changes between versions 4.3.9 and 4.3.10
----------------------------------------- -----------------------------------------