1
0
forked from VimPlug/jedi

Use the cache variables in more straight forward fashion.

This commit is contained in:
Dave Halter
2017-03-31 23:10:39 +02:00
parent b708b7f07d
commit a6829ca546
2 changed files with 11 additions and 7 deletions

View File

@@ -136,7 +136,7 @@ class Script(object):
code=self._source,
path=self.path,
grammar=self._grammar,
cache=True,
cache=False, # No disk cache, because the current script often changes.
diff_cache=True,
)