mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-19 04:21:13 -03:00
Clean up env_var_table_t. Switch from storing var_uni_entry_t* to var_uni_entry_t. Various other cleanups.
This commit is contained in:
@@ -668,7 +668,7 @@ int reader_reading_interrupted()
|
||||
{
|
||||
reader_exit(1, 0);
|
||||
parser_t::skip_all_blocks();
|
||||
// We handled the interrupt ourselves, our caller doesn't need to
|
||||
// We handled the interrupt ourselves, our caller doesn't need to
|
||||
// handle it.
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user