mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-17 10:33:15 +08:00
parent
17c569f6d5
commit
4f0fab04ad
|
@ -2441,6 +2441,7 @@ static int read_i(parser_t &parser) {
|
|||
wcstring_list_t argv(1, command);
|
||||
event_fire_generic(parser, L"fish_preexec", &argv);
|
||||
reader_run_command(parser, command);
|
||||
parser.clear_cancel();
|
||||
event_fire_generic(parser, L"fish_postexec", &argv);
|
||||
// Allow any pending history items to be returned in the history array.
|
||||
if (data->history) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user