mirror of
https://github.com/danbulant/nushell
synced 2026-05-22 22:09:25 +00:00
Allow % in bare words
This commit is contained in:
parent
90f190e54a
commit
f9d54c2f25
1 changed files with 1 additions and 0 deletions
|
|
@ -644,6 +644,7 @@ fn is_bare_char(c: char) -> bool {
|
|||
'=' => true,
|
||||
'~' => true,
|
||||
'+' => true,
|
||||
'%' => true,
|
||||
_ => false,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue