1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-03 10:21:46 +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.
Regular expression matches now use the same variables for storing matched
components as shell pattern matching. The function system now provides
the function regexp-replace for replacing text using regular expressions.
The zle widgets replace-string, replace-string-again, if defined with regex
in the name (e.g. "zle -N replace-regexp replace-string"), perform regular
expression matches. In replacement text \& and \1 have the standard
meaning.
components as shell pattern matching. The function system now provides the
function regexp-replace for replacing text using regular expressions. The
zle widget functions replace-string, replace-string-again, if defined with
regex in the name (e.g. "zle -N replace-regexp replace-string"), perform
regular expression matches. In replacement text \& and \1 have the
standard meaning.
Changes between versions 4.3.9 and 4.3.10
-----------------------------------------