main: Stop highlighting alias as its first word too

Fixes #565 and #576
This commit is contained in:
Matthew Martin 2018-10-22 07:50:53 -05:00
commit 9cc0060334
15 changed files with 18 additions and 23 deletions

View file

@ -33,7 +33,6 @@ alias a=b b=c c=b
BUFFER='a foo; :'
expected_region_highlight=(
'1 1 alias' # a
'1 1 unknown-token' # a (invalid alias loop)
'3 5 default' # foo
'6 6 commandseparator' # ;