mirror of
				https://github.com/MaskRay/ccls.git
				synced 2025-11-04 06:15:20 +00:00 
			
		
		
		
	Append '/' before populating folder.dot_ccls
This commit is contained in:
		
							parent
							
								
									ea8baa68db
								
							
						
					
					
						commit
						137a9cd638
					
				@ -261,7 +261,7 @@ void LoadDirectoryListing(ProjectProcessor &proc, const std::string &root,
 | 
			
		||||
                         files.push_back(path);
 | 
			
		||||
                     } else if (sys::path::filename(path) == ".ccls") {
 | 
			
		||||
                       std::vector<const char *> args = ReadCompilerArgumentsFromFile(path);
 | 
			
		||||
                       folder.dot_ccls.emplace(sys::path::parent_path(path),
 | 
			
		||||
                       folder.dot_ccls.emplace(sys::path::parent_path(path).str() + '/',
 | 
			
		||||
                                               args);
 | 
			
		||||
                       std::string l;
 | 
			
		||||
                       for (size_t i = 0; i < args.size(); i++) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user