'main': Fix issue #652.

This commit is contained in:
Daniel Shahaf
2019-12-27 09:20:18 +00:00
parent ce10f20e77
commit 44aa6f1f4e
2 changed files with 2 additions and 2 deletions

View File

@@ -32,5 +32,5 @@ alias ls=tmp tmp='command ls'
BUFFER='ls'
expected_region_highlight=(
"1 2 alias 'issue #652'" # ls
"1 2 alias" # ls
)