rustyline git and add plus for filenames

This commit is contained in:
Jonathan Turner
2019-10-26 05:43:31 +13:00
parent 3e8b9e7e8b
commit d160e834eb
3 changed files with 6 additions and 6 deletions

View File

@ -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,