'main': Honour the MULTIOS option when applying the 'globbing' style.

Fixes #583.
This commit is contained in:
Daniel Shahaf
2020-03-17 03:31:32 +00:00
parent 61945185ff
commit 2339ee33b9
4 changed files with 83 additions and 1 deletions

View File

@@ -32,6 +32,9 @@
- Fix `: $(<*)` being highlighted as globbing.
[#582]
- Fix `cat < *` being highlighting as globbing when the `MULTIOS` option is unset.
[#583]
# Changes in version 0.7.1
- Remove out-of-date information from the 0.7.0 changelog.