mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-23 16:51:16 -03:00
committed by
Kevin Ballard
parent
43e451d4d8
commit
646d9ab431
@@ -2966,7 +2966,10 @@ static int read_i(void)
|
||||
update_buff_pos(&data->command_line, 0);
|
||||
data->command_line.text.clear();
|
||||
data->command_line_changed(&data->command_line);
|
||||
wcstring_list_t argv(1, command);
|
||||
event_fire_generic(L"fish_preexec", &argv);
|
||||
reader_run_command(parser, command);
|
||||
event_fire_generic(L"fish_postexec", &argv);
|
||||
if (data->end_loop)
|
||||
{
|
||||
handle_end_loop();
|
||||
|
||||
Reference in New Issue
Block a user