forked from extern/nushell
Improve completions with no starting characters (#4433)
* Improve completions with no starting characters * Fix subexpressions, crashes, and differentiate externals
This commit is contained in:
@ -121,7 +121,7 @@ pub fn flatten_expression(
|
||||
start: last.0.end,
|
||||
end: outer_span.end,
|
||||
},
|
||||
FlatShape::Table,
|
||||
FlatShape::Block,
|
||||
))
|
||||
} else {
|
||||
None
|
||||
|
Reference in New Issue
Block a user