diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2016-10-26 20:50:51 -0700 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2016-10-26 20:50:51 -0700 |
commit | 12e862764f2cf8e6bc27968fd5d00a62b4a9e882 (patch) | |
tree | d6f4a2ae5b6beab71799baafde530c7bc29a7a2f /README | |
parent | 364c4047e710b779167d697b956e224944cb0c84 (diff) | |
download | zsh-12e862764f2cf8e6bc27968fd5d00a62b4a9e882.tar.gz zsh-12e862764f2cf8e6bc27968fd5d00a62b4a9e882.zip |
unposted: mention former behavior of typeset for comparison
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -114,6 +114,7 @@ with other shells. function scope and export state of each parameter. Exported parameters are output as "export" commands unless the parameter is also local, and other parameters not local to the scope are output with the "-g" option. +Previously, only "typeset" commands were output, never using "-g". Incompatibilities between 5.0.8 and 5.2 --------------------------------------- |