mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
fix(escaping): move escaping to individual variables (#3107)
This commit is contained in:
@@ -44,7 +44,7 @@ pub fn module<'a>(context: &'a Context) -> Option<Module<'a>> {
|
||||
.map(Ok),
|
||||
_ => None,
|
||||
})
|
||||
.parse(None)
|
||||
.parse(None, Some(context))
|
||||
});
|
||||
|
||||
module.set_segments(match parsed {
|
||||
|
||||
Reference in New Issue
Block a user