'main': The optimized cmdsubst input syntax doesn't glob.

Fixes #582.
This commit is contained in:
Daniel Shahaf
2020-03-17 03:08:48 +00:00
parent c699ce9a26
commit 936bc251a8
3 changed files with 53 additions and 0 deletions

View File

@@ -29,6 +29,9 @@
- Fix `exec 2>&1;` being highlighted as an error.
[#676]
- Fix `: $(<*)` being highlighted as globbing.
[#582]
# Changes in version 0.7.1
- Remove out-of-date information from the 0.7.0 changelog.