mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 06:05:27 +02:00
move scope variable into nu variable (#4725)
This commit is contained in:
@ -1556,16 +1556,6 @@ pub fn parse_variable_expr(
|
||||
},
|
||||
None,
|
||||
);
|
||||
} else if contents == b"$scope" {
|
||||
return (
|
||||
Expression {
|
||||
expr: Expr::Var(nu_protocol::SCOPE_VARIABLE_ID),
|
||||
span,
|
||||
ty: Type::Unknown,
|
||||
custom_completion: None,
|
||||
},
|
||||
None,
|
||||
);
|
||||
} else if contents == b"$in" {
|
||||
return (
|
||||
Expression {
|
||||
|
Reference in New Issue
Block a user