ripgrep icon indicating copy to clipboard operation
ripgrep copied to clipboard

Fix ignores when searching subdirectories

Open sengaya opened this issue 2 years ago • 0 comments

When searching subdirectories the path was not correctly build and included duplicate parts. This fix will remove the duplicate part if possible. It also contains a small optimization that will skip the second for loop if there is already a match.

Fixes #1757

sengaya avatar Aug 29 '22 20:08 sengaya