If I open up vim and use ctrl-p, and type in a file I am looking for:
"fancy_service.js"
my fancy_service.js file does not show up in the results...
Yet if I type in:
"assets/fancy_service.js"
then I see the result:
app/assets/javascripts/my_app/services/fancy_service.js
...
Can anyone please tell me why ctrl-p cannot find my files without putting in a fragment of the path?