I'm having this occasional problem:
In macvim I create a new file in the current directory using
:e foo.coffee
I save that file and continue working in macvim. I close and restart macvim, and use <Leader>T
to try to open that file but it's not being listed.
I see foo.bar
in the directory and can open it manually, but why is not available for CommandT? Is there a way to sort of punch CommandT in the head and refresh the files available to it?
Thanks