Some work to allow completions to be evaluated off of the main thread

This commit is contained in:
ridiculousfish
2012-02-24 12:13:35 -08:00
parent 90e979d0d9
commit a515db4aea
12 changed files with 144 additions and 129 deletions

View File

@@ -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++ )
{