Reputation: 3315
I'm using the fuzzyfinder_textmate "plugin" on vim (macvim, actually).
It works fine, except that when I search for a file, it gives me abbreviations for the paths
For example,
1: a/v/b/index.html.haml
2: a/v/a/index.html.haml
Is there a way to configure fuzzyfinder_textmate to show me the full-paths when I search?
like this?
1: app/views/basic_search/index.html.haml
2: app/views/advanced_search/index.html.haml
Upvotes: 1
Views: 239