'main': Highlight errors from the EQUALS option.

Fixes #430.
This commit is contained in:
Daniel Shahaf
2020-03-17 04:13:50 +00:00
committed by Daniel Shahaf
parent 08839bbd87
commit 29ca0bc6c8
6 changed files with 154 additions and 0 deletions

View File

@@ -57,6 +57,9 @@
- Highlight global aliases
[#700]
- Highlight `: =nosuchcommand' as an error (when the `EQUALS` option hasn't been unset).
[#430]
# Changes in version 0.7.1
- Remove out-of-date information from the 0.7.0 changelog.