mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 08:51:14 -03:00
Join variables by their delimiter in quoted expansion
This switches quoted expansion like "$foo" to use foo's delimiter instead of space. The delimiter is space for normal variables and colonf or path variables. Expansions like "$PATH" will now expand using ':'.
This commit is contained in:
@@ -73,3 +73,7 @@ All digits: 0
|
||||
|
||||
####################
|
||||
# Test tilde expansion
|
||||
|
||||
####################
|
||||
# Test delimiters
|
||||
one two three one:two:three
|
||||
|
||||
Reference in New Issue
Block a user