Skip to content

Commit

Permalink
Merge pull request #189994 from davedash/davedash-patch-1
Browse files Browse the repository at this point in the history
Fish integration: Use -- in string to signify beginning of positional…
  • Loading branch information
meganrogge authored Aug 9, 2023
2 parents 432aac1 + e9018d5 commit 36fa6d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ end

# Helper function
function __vsc_esc -d "Emit escape sequences for VS Code shell integration"
builtin printf "\e]633;%s\a" (string join ";" $argv)
builtin printf "\e]633;%s\a" (string join ";" -- $argv)
end

# Sent right before executing an interactive command.
Expand Down

0 comments on commit 36fa6d4

Please sign in to comment.