'main': Fix highlighting of null execs.

Fixes #676.
This commit is contained in:
Daniel Shahaf
2020-03-16 21:50:04 +00:00
parent f56e3fad23
commit 3174e375f4
3 changed files with 8 additions and 1 deletions

View File

@@ -26,6 +26,9 @@
- Don't look up absolute directory names in $cdpath
[2cc2583f8f12, part of #669]
- Fix "exec 2>&1;" being highlighted as an error.
[#676]
# Changes in version 0.7.1
- Remove out-of-date information from the 0.7.0 changelog.