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:
parent
f6338bf83f
commit
82b6ee09bc
1 changed files with 6 additions and 6 deletions
12
NEWS
12
NEWS
|
@ -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
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue