changelog: Update through HEAD.
This commit is contained in:
parent
3d81c83132
commit
48dd47931a
14
changelog.md
14
changelog.md
|
@ -36,7 +36,13 @@
|
||||||
[#583]
|
[#583]
|
||||||
|
|
||||||
- Fix `echo >&2` highlighting the `2` as a filename if a file by that name happened to exist
|
- 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.
|
- Fix `: $((42))` being highlighted as a subshell.
|
||||||
[part of #607]
|
[part of #607]
|
||||||
|
@ -45,6 +51,12 @@
|
||||||
incorrectly highlighted as an arithmetic expansion.
|
incorrectly highlighted as an arithmetic expansion.
|
||||||
[#704]
|
[#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
|
# Changes in version 0.7.1
|
||||||
|
|
||||||
- Remove out-of-date information from the 0.7.0 changelog.
|
- Remove out-of-date information from the 0.7.0 changelog.
|
||||||
|
|
Loading…
Reference in New Issue