Skip to content

Commit

Permalink
fixing shellwords
Browse files Browse the repository at this point in the history
  • Loading branch information
tdaron committed Jul 14, 2024
1 parent 446113c commit 92beac3
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 @@ -95,7 +95,7 @@ impl<'a> From<&'a str> for Shellwords<'a> {
}
c if c.is_ascii_whitespace() => {
end = i;
Unquoted
OnWhitespace
}
_ => Unquoted,
},
Expand Down

0 comments on commit 92beac3

Please sign in to comment.