mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 19:41:15 -03:00
Remove more deprecated event hooks
darcs-hash:20051203195135-ac50b-bcdfc71f1e634ee9e2745683a8b23243e03a0412.gz
This commit is contained in:
8
reader.c
8
reader.c
@@ -2352,16 +2352,8 @@ static int read_i()
|
||||
|
||||
data->buff_pos=data->buff_len=0;
|
||||
data->buff[data->buff_len]=L'\0';
|
||||
if( function_exists(L"fish_on_exec"))
|
||||
{
|
||||
eval( L"fish_on_exec", 0, TOP );
|
||||
}
|
||||
reader_run_command( tmp );
|
||||
free( tmp );
|
||||
if( function_exists(L"fish_on_return"))
|
||||
{
|
||||
eval( L"fish_on_return", 0, TOP );
|
||||
}
|
||||
|
||||
if( data->end_loop)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user