diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2011-05-19 16:24:38 +0000 |
---|---|---|
committer | Mikael Magnusson <mikachu@gmail.com> | 2011-05-19 16:24:38 +0000 |
commit | 0198b8423dfd4aab7f1c1d2b2938cb5124724212 (patch) | |
tree | 7192fd28c81769078337a109f078647e3b8513b0 /NEWS | |
parent | 6a29bc80d032ec7224240789deb622e07478028c (diff) | |
download | zsh-0198b8423dfd4aab7f1c1d2b2938cb5124724212.tar.gz zsh-0198b8423dfd4aab7f1c1d2b2938cb5124724212.tar.xz zsh-0198b8423dfd4aab7f1c1d2b2938cb5124724212.zip |
29224: Support negative LEN in ${VAR:OFFSET:LEN} like bash.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS index 2d6f4ea02..d876e12aa 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,9 @@ the command line is edited. In POSIX emulation ("emulate sh") the shell is more accurate about 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. + Changes between versions 4.3.10 and 4.3.11 ------------------------------------------ |