mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
'main': Fix the last commit's bug concerning parameter elision not happening in redirects in command position.
This commit is contained in:
parent
41b8a74692
commit
ea3ae74164
2 changed files with 4 additions and 4 deletions
|
|
@ -32,7 +32,7 @@ BUFFER=$'<$foo cat cat'
|
|||
|
||||
expected_region_highlight=(
|
||||
'1 1 redirection' # <
|
||||
'2 5 default "fixed in the next commit"' # $foo
|
||||
'7 9 command "fixed in the next commit"' # cat
|
||||
'11 13 default "fixed in the next commit"' # cat
|
||||
'2 5 default' # $foo
|
||||
'7 9 command' # cat
|
||||
'11 13 default' # cat
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue