mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
'main': Don't consider path_prefix in alias expansions.
This commit is contained in:
parent
8184266338
commit
f2726d0464
2 changed files with 2 additions and 1 deletions
|
|
@ -32,5 +32,5 @@ alias x=/
|
|||
BUFFER=$'x'
|
||||
|
||||
expected_region_highlight=(
|
||||
'1 1 unknown-token "issue #668"' # x (/)
|
||||
'1 1 unknown-token' # x (/)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue