mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-04 15:51:15 -03:00
Move completions from linked list to std::set
This commit is contained in:
@@ -2332,8 +2332,8 @@ void parser_t::eval_job( tokenizer *tok )
|
||||
if(!skip )
|
||||
{
|
||||
int was_builtin = 0;
|
||||
// if( j->first_process->type==INTERNAL_BUILTIN && !j->first_process->next)
|
||||
// was_builtin = 1;
|
||||
if( j->first_process->type==INTERNAL_BUILTIN && !j->first_process->next)
|
||||
was_builtin = 1;
|
||||
prev_tokenizer_pos = current_tokenizer_pos;
|
||||
current_tokenizer_pos = job_begin_pos;
|
||||
exec( *this, j );
|
||||
|
||||
Reference in New Issue
Block a user