mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 05:14:44 +02:00
Spread operator for list literals (#11006)
This commit is contained in:
@ -315,6 +315,7 @@ fn find_matching_block_end_in_expr(
|
||||
Expr::MatchBlock(_) => None,
|
||||
Expr::Nothing => None,
|
||||
Expr::Garbage => None,
|
||||
Expr::Spread(_) => None,
|
||||
|
||||
Expr::Table(hdr, rows) => {
|
||||
if expr_last == global_cursor_offset {
|
||||
|
Reference in New Issue
Block a user