I have a plugin (FindFile.vim) that needs to run :FindFileCache .
whenever I start vim to gather a file cache for quick opening.. I have to run this every time I start vim though.
How might I write a command that runs once, every time that vim starts up?