pindexis / qfc

Quick Command-line File Completion
MIT License
574 stars 23 forks source link

Does not search against tracked files in git repo unless searching from git root directory #8

Closed barapa closed 8 years ago

barapa commented 9 years ago

Unless you search from the root directory of the git repo, it only searches 3 levels down instead of searching against all tracked files.

pindexis commented 9 years ago

Thanks for reporting, I just fixed a bug that prevent qfc from working as expected when searching from a git subdir. I think this is related to the issue you're seeing.