Skip to content

Commit

Permalink
reafactor: enable unescape_backslashes flag
Browse files Browse the repository at this point in the history
  • Loading branch information
RoloEdits committed Jan 8, 2025
1 parent 9383944 commit 7c4ed0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-core/src/shellwords.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ impl<'a> Args<'a> {
}),
ParseMode::Parameters => Ok(Self {
input,
positionals: args.with_unescaping().collect(),
positionals: args.with_unescaping().unescape_backslashes().collect(),
flags: __flags,
}),
}
Expand Down

0 comments on commit 7c4ed0f

Please sign in to comment.