Skip to content

Commit 48dd479

Browse files
committed
changelog: Update through HEAD.
1 parent 3d81c83 commit 48dd479

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

changelog.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,13 @@
3636
[#583]
3737

3838
- Fix `echo >&2` highlighting the `2` as a filename if a file by that name happened to exist
39-
[#694]
39+
[#694, part of #645]
40+
41+
- Fix `echo >&-` highlighting the `-` as a filename if a file by that name happened to exist
42+
[part of #645]
43+
44+
- Fix `echo >&p` highlighting the `p` as a filename if a file by that name happened to exist
45+
[part of #645]
4046

4147
- Fix `: $((42))` being highlighted as a subshell.
4248
[part of #607]
@@ -45,6 +51,12 @@
4551
incorrectly highlighted as an arithmetic expansion.
4652
[#704]
4753

54+
- Fix wrong highlighting of unquoted parameter expansions under zsh 5.2 and older
55+
[e165f18c758e]
56+
57+
- Highlight global aliases
58+
[#700]
59+
4860
# Changes in version 0.7.1
4961

5062
- Remove out-of-date information from the 0.7.0 changelog.

0 commit comments

Comments
 (0)