mirror of
https://github.com/nushell/nushell.git
synced 2024-12-23 07:30:13 +01:00
Allow % in bare words
This commit is contained in:
parent
90f190e54a
commit
f9d54c2f25
@ -644,6 +644,7 @@ fn is_bare_char(c: char) -> bool {
|
||||
'=' => true,
|
||||
'~' => true,
|
||||
'+' => true,
|
||||
'%' => true,
|
||||
_ => false,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user