about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2011-05-26 23:55:07 +0000
committerMikael Magnusson <mikachu@gmail.com>2011-05-26 23:55:07 +0000
commit32d7fea7a7f39706b90df54276460af3bda29439 (patch)
treed45b552a1adbbef8cdcea9d245f99013b3f0ca5d /NEWS
parent261e0176117c11a0cae2a962479da893724f1c7f (diff)
downloadzsh-32d7fea7a7f39706b90df54276460af3bda29439.tar.gz
zsh-32d7fea7a7f39706b90df54276460af3bda29439.tar.xz
zsh-32d7fea7a7f39706b90df54276460af3bda29439.zip
29331: note g:: flag in NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d876e12aa..596559eef 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,13 @@ when it should or should not exit on errors.
 The ${NAME:OFFSET:LENGTH} syntax now supports negative LENGTH, which
 counts back from the end of the string.
 
+The (g:opts:) flag in parameter expansion processes escape sequences like
+the echo and print builtins.  opts can be any combination of o, e and c.
+With e, acts like print rather than echo except for octal escapes which
+are controlled separately by the o option.  With c, interpret control
+sequences like "^X" as bindkey does.  Regardless of the opts, \c is not
+interpreted.
+
 Changes between versions 4.3.10 and 4.3.11
 ------------------------------------------