mirror of
https://github.com/nushell/nushell.git
synced 2025-06-02 08:06:12 +02:00
Fix merge
This commit is contained in:
parent
e67221edec
commit
0efeaee6b1
@ -655,7 +655,7 @@ impl Value {
|
|||||||
}
|
}
|
||||||
"shell_integration" => {
|
"shell_integration" => {
|
||||||
if let Value::Record { val, .. } = value {
|
if let Value::Record { val, .. } = value {
|
||||||
val.to_mut().retain_mut(|key2, value| {
|
val.retain_mut(|key2, value| {
|
||||||
let span = value.span();
|
let span = value.span();
|
||||||
match key2 {
|
match key2 {
|
||||||
"osc2" => {
|
"osc2" => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user