From 32d7fea7a7f39706b90df54276460af3bda29439 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 26 May 2011 23:55:07 +0000 Subject: 29331: note g:: flag in NEWS --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') 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 ------------------------------------------ -- cgit 1.4.1