mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
parent
05ac1b770c
commit
aa5649ca99
1 changed files with 1 additions and 1 deletions
|
@ -1262,7 +1262,7 @@ impl MoveWordStateMachine {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn is_path_component_character(c: char) -> bool {
|
fn is_path_component_character(c: char) -> bool {
|
||||||
tok_is_string_character(c, None) && !L!("/={,}'\":@").as_char_slice().contains(&c)
|
tok_is_string_character(c, None) && !L!("/={,}'\":@#").as_char_slice().contains(&c)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// The position of the equal sign in a variable assignment like foo=bar.
|
/// The position of the equal sign in a variable assignment like foo=bar.
|
||||||
|
|
Loading…
Reference in a new issue