main: alias style overrides precommand style

This commit is contained in:
Matthew Martin 2018-10-01 11:56:08 -04:00
commit e3edddd8ec
2 changed files with 2 additions and 2 deletions

View file

@ -31,6 +31,6 @@ alias x=command
BUFFER='x ls'
expected_region_highlight=(
"1 1 precommand" # x
"1 1 alias" # x
"3 4 command" # ls
)