grizzl / fiplr

[DEPRECATED] An Emacs Fuzzy Find in Project Package
187 stars 14 forks source link

Only index file in the current directory #49

Open ghost opened 10 years ago

ghost commented 10 years ago

I really love the simple of fiplr, I feel like home moving from Vim. However, it'd be great that it only indexes the files in current directory in the case i doesn't find the .git and etc in its parent directory ?

d11wtq commented 10 years ago

This is the way it's supposed to work right now. Is this not happening for you?

https://github.com/d11wtq/fiplr/blob/master/fiplr.el#L190-L191

ghost commented 10 years ago

@d11wtq thanks for answering. The more I use it, I'm getting used to it. The fuzzy matching you create is damn fast. off topic question: how fast it is compared to ag ?