mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-02 01:01:02 +08:00
parent
05ac1b770c
commit
aa5649ca99
|
@ -1262,7 +1262,7 @@ impl MoveWordStateMachine {
|
|||
}
|
||||
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user