From 0582ea19102064084149a31418ab38bd1eeaef1a Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Tue, 5 May 2020 17:59:51 +0000 Subject: [PATCH] changelog += WARN_NESTED_VAR fixes (#727, #731) --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index bea26f1..6c75259 100644 --- a/changelog.md +++ b/changelog.md @@ -75,6 +75,10 @@ - Recognize `strace` as a precommand +- Fix an error message on stderr before every prompt when the `WARN_NESTED_VAR` zsh option is set: + `_zsh_highlight_main__precmd_hook:1: array parameter _zsh_highlight_main__command_type_cache set in enclosing scope in function _zsh_highlight_main__precmd_hook` + [#727, #731] + # Changes in version 0.7.1 - Remove out-of-date information from the 0.7.0 changelog.