mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-04 15:51:15 -03:00
More work on the instanced parser
This commit is contained in:
@@ -461,7 +461,7 @@ static void event_fire_internal( event_t *event )
|
||||
prev_status = proc_get_last_status();
|
||||
parser.push_block( EVENT );
|
||||
parser.current_block->param1.event = event;
|
||||
eval( buffer.c_str(), 0, TOP );
|
||||
parser.eval( buffer.c_str(), 0, TOP );
|
||||
parser.pop_block();
|
||||
proc_pop_interactive();
|
||||
proc_set_last_status( prev_status );
|
||||
|
||||
Reference in New Issue
Block a user