Skip to content

Commit 9c7392a

Browse files
committed
Explain new caching system
1 parent ae7742a commit 9c7392a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.markdown

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,8 @@ seconds or so in the best case scenario, and potentially much longer if it
4141
decides to hit the network.
4242

4343
Because the class path is oh-so-expensive to retrieve, classpath.vim caches it
44-
in `g:CLASSPATH_CACHE`. By default, this disappears when you exit Vim, but
45-
you can save it across sessions in `.viminfo` with this handy option:
46-
47-
set viminfo+=!
48-
49-
The cache is expired when the timestamp on `project.clj` or `pom.xml` changes.
44+
in `~/.cache/vim/classpath`. The cache is expired when the timestamp on
45+
`project.clj` or `pom.xml` changes.
5046

5147
## Contributing
5248

0 commit comments

Comments
 (0)