mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 18:46:29 +03:00
Ups, staged the wrong files:
Improved ThreadPool. ecode: Make consistent the find/search highlighting with the actual results (Closes SpartanJ/ecode#73). Fixed $NPROC in LSP client commands.
This commit is contained in:
@@ -169,7 +169,7 @@ void ProjectSearch::find( const std::vector<std::string> files, std::string stri
|
||||
findData->res.push_back( { file, fileRes } );
|
||||
}
|
||||
},
|
||||
[result, findData] {
|
||||
[result, findData]( const auto& ) {
|
||||
int count;
|
||||
{
|
||||
Lock l( findData->countMutex );
|
||||
|
||||
Reference in New Issue
Block a user