forked from VimPlug/jedi
don't pickle cursor modules
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ class ModuleWithCursor(Module):
|
|||||||
self.position)
|
self.position)
|
||||||
# don't pickle that module, because it's changing fast
|
# don't pickle that module, because it's changing fast
|
||||||
cache.save_module(self.path, self.name, self._parser,
|
cache.save_module(self.path, self.name, self._parser,
|
||||||
pickling=True)
|
pickling=False)
|
||||||
return self._parser
|
return self._parser
|
||||||
|
|
||||||
def get_path_until_cursor(self):
|
def get_path_until_cursor(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user