mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 03:34:58 +02:00
Fix captures (#4421)
* Fix rowcondition and import captures * Only check extra blocks if not yet seen
This commit is contained in:
@ -607,7 +607,7 @@ pub struct StateDelta {
|
||||
pub(crate) file_contents: Vec<(Vec<u8>, usize, usize)>,
|
||||
vars: Vec<Type>, // indexed by VarId
|
||||
decls: Vec<Box<dyn Command>>, // indexed by DeclId
|
||||
blocks: Vec<Block>, // indexed by BlockId
|
||||
pub blocks: Vec<Block>, // indexed by BlockId
|
||||
overlays: Vec<Overlay>, // indexed by OverlayId
|
||||
pub scope: Vec<ScopeFrame>,
|
||||
#[cfg(feature = "plugin")]
|
||||
|
Reference in New Issue
Block a user