mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 11:21:15 -03:00
Some work to allow completions to be evaluated off of the main thread
This commit is contained in:
@@ -547,7 +547,7 @@ static int builtin_complete( parser_t &parser, wchar_t **argv )
|
||||
{
|
||||
recursion_level++;
|
||||
|
||||
complete( do_complete, comp );
|
||||
complete( do_complete, comp, COMPLETE_DEFAULT );
|
||||
|
||||
for( size_t i=0; i< comp.size() ; i++ )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user