forked from extern/nushell
Merge pull request #566 from jonathandturner/fix_538
Allow % in bare words
This commit is contained in:
commit
36c181706d
@ -644,6 +644,7 @@ fn is_bare_char(c: char) -> bool {
|
||||
'=' => true,
|
||||
'~' => true,
|
||||
'+' => true,
|
||||
'%' => true,
|
||||
_ => false,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user