mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 00:38:36 +02:00
rustyline git and add plus for filenames
This commit is contained in:
@ -688,7 +688,7 @@ fn is_start_bare_char(c: char) -> bool {
|
||||
|
||||
fn is_bare_char(c: char) -> bool {
|
||||
match c {
|
||||
'+' => false,
|
||||
'+' => true,
|
||||
_ if c.is_alphanumeric() => true,
|
||||
'\\' => true,
|
||||
'/' => true,
|
||||
|
Reference in New Issue
Block a user