'main': Don't consider path_prefix in alias expansions.

This commit is contained in:
Daniel Shahaf 2020-03-16 21:45:50 +00:00 committed by Daniel Shahaf
commit f2726d0464
2 changed files with 2 additions and 1 deletions

View file

@ -32,5 +32,5 @@ alias x=/
BUFFER=$'x'
expected_region_highlight=(
'1 1 unknown-token "issue #668"' # x (/)
'1 1 unknown-token' # x (/)
)