diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-02-09 17:47:02 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-02-09 17:47:02 +0000 |
commit | f4f0becb633709741253f0b9677fdde60ae87faf (patch) | |
tree | 66974ba12f74f1762e0ce461cf725a80f5533d4b /NEWS | |
parent | a13752e2cb20906cae5ced873639b25164f7c85f (diff) | |
download | zsh-f4f0becb633709741253f0b9677fdde60ae87faf.tar.gz zsh-f4f0becb633709741253f0b9677fdde60ae87faf.tar.xz zsh-f4f0becb633709741253f0b9677fdde60ae87faf.zip |
27694: add P glob qualifier for prepending
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS index 2a85bc36a..7e7ebadc0 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,13 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH Note also the list of incompatibilities in the README file. +Changes between versions 4.3.10 and 4.3.11 +------------------------------------------ + +The glob qualifier P can be used to add a separate word before each +match. For example, *(P:-f:) produces the command line +`-f file1 -f file2 ...'. + Changes between versions 4.3.9 and 4.3.10 ----------------------------------------- |