'main': Expand aliases first. (Issue #264.)

This commit causes an alias to an invalid command to be highlighted as an error
(unknown-token).
This commit is contained in:
Daniel Shahaf
2016-07-28 08:16:22 +00:00
committed by Matthew Martin
parent cf88b63523
commit f3410c5862
5 changed files with 110 additions and 11 deletions

View File

@@ -27,7 +27,7 @@
# vim: ft=zsh sw=2 ts=2 et
# -------------------------------------------------------------------------------------------------
alias a=A
alias a=:
f() {}
BUFFER='a;f;'