From 48dd47931a39558f40a49c05d6ee7d1d32b5358d Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Thu, 19 Mar 2020 05:13:17 +0000 Subject: [PATCH] changelog: Update through HEAD. --- changelog.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index ab5c445..9e7c5a4 100644 --- a/changelog.md +++ b/changelog.md @@ -36,7 +36,13 @@ [#583] - Fix `echo >&2` highlighting the `2` as a filename if a file by that name happened to exist - [#694] + [#694, part of #645] + +- Fix `echo >&-` highlighting the `-` as a filename if a file by that name happened to exist + [part of #645] + +- Fix `echo >&p` highlighting the `p` as a filename if a file by that name happened to exist + [part of #645] - Fix `: $((42))` being highlighted as a subshell. [part of #607] @@ -45,6 +51,12 @@ incorrectly highlighted as an arithmetic expansion. [#704] +- Fix wrong highlighting of unquoted parameter expansions under zsh 5.2 and older + [e165f18c758e] + +- Highlight global aliases + [#700] + # Changes in version 0.7.1 - Remove out-of-date information from the 0.7.0 changelog.