mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Remove more deprecated event hooks
darcs-hash:20051203195135-ac50b-bcdfc71f1e634ee9e2745683a8b23243e03a0412.gz
This commit is contained in:
parent
2faba57e5a
commit
86230813de
1 changed files with 0 additions and 8 deletions
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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue