implemented read command for ex mode
This commit is contained in:
@@ -1084,12 +1084,10 @@ impl ParseStream {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if !from_func_def {
|
||||
self.parse_redir(&mut redirs, &mut node_tks)?;
|
||||
}
|
||||
|
||||
|
||||
let node = Node {
|
||||
class: NdRule::BraceGrp { body },
|
||||
flags: NdFlags::empty(),
|
||||
|
||||
Reference in New Issue
Block a user