1
0
forked from VimPlug/jedi

Actually use the fast_parser setting again

This commit is contained in:
Dave Halter
2018-07-05 21:31:03 +02:00
parent 37a40d53a8
commit a59e5a016f
3 changed files with 4 additions and 3 deletions

View File

@@ -116,7 +116,7 @@ class Script(object):
code=source,
path=self.path,
cache=False, # No disk cache, because the current script often changes.
diff_cache=True,
diff_cache=settings.fast_parser,
cache_path=settings.cache_directory
)
debug.speed('parsed')