Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ignores when searching subdirectories #2295

Closed
wants to merge 1 commit into from

Commits on Jul 14, 2023

  1. Fix ignores when searching subdirectories

    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 BurntSushi#1757
    sengaya committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    b081a51 View commit details
    Browse the repository at this point in the history