mirror of
https://github.com/nushell/nushell.git
synced 2025-01-09 15:58:17 +01:00
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,
|
||||||
'+' => true,
|
'+' => true,
|
||||||
|
'%' => true,
|
||||||
_ => false,
|
_ => false,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user