about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorMartijn Dekker <martijn@inlv.org>2018-12-25 17:18:57 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2018-12-30 18:03:02 +0000
commit4215fcb1075f4608cf039ae9b593b07580060a70 (patch)
tree2586b5122d62b4715afdd0a14fb1866d0b20b6d1 /README
parentd0f92b448e74206a08ee2718d74766b9e9ddd349 (diff)
downloadzsh-4215fcb1075f4608cf039ae9b593b07580060a70.tar.gz
zsh-4215fcb1075f4608cf039ae9b593b07580060a70.tar.xz
zsh-4215fcb1075f4608cf039ae9b593b07580060a70.zip
43944: apply NO_UNSET consistently to arithmeitc
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index aaaee5014..000210478 100644
--- a/README
+++ b/README
@@ -42,6 +42,10 @@ array.
 The gen-applied-string hook is unaffected; it still receives the patches in
 reverse order, from last applied to first applied.
 
+2) The option NO_UNSET now also applies when reading values from
+variables without a preceding '$' sign in shell arithmetic expansion
+and in the double-parentheses and 'let' arithmetic commands.
+
 Incompatibilities between 5.5.1 and 5.6.2
 ------------------------------------------