mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2026-01-22 22:45:36 +01:00
Merge d08d5ef7c5 into 5eb677bb0f
This commit is contained in:
commit
659376eeab
2 changed files with 9 additions and 4 deletions
|
|
@ -31,9 +31,11 @@ mkdir mydir
|
|||
touch mydir/path-tilde-named.test
|
||||
hash -d D=mydir
|
||||
|
||||
BUFFER='ls ~D/path-tilde-named.test'
|
||||
BUFFER='ls ~D/path-tilde-named.test ~"D"'
|
||||
|
||||
expected_region_highlight=(
|
||||
"1 2 command" # ls
|
||||
"4 27 path" # ~D/path-tilde-named.test
|
||||
"4 27 path" # ~D/path-tilde-named.test
|
||||
"29 32 path" # ~"D"
|
||||
"30 32 double-quoted-argument" # "D"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue