Vim, vimgrep, and file caching

Posted by anon on Stack Overflow See other posts from Stack Overflow or by anon
Published on 2010-03-12T21:36:48Z Indexed on 2010/03/12 21:47 UTC
Read the original article Hit count: 198

Filed under:
|

My entire source code base is < 20MB. I want it all loaded in memory in the background. So that when I do vimgrep */.cpp */.cxx */.hpp , it doesn't ahve to do file IO since vim has loaded all the files into memory already.

How can I achieve this?

Thakns!

© Stack Overflow or respective owner

Related posts about vim

Related posts about vimgrep