1
0
forked from VimPlug/jedi

modifications to use a differnt kind of completion for the interpreter

This commit is contained in:
David Halter
2013-08-16 13:38:50 +04:30
parent ae6e997098
commit 8996bd6ad1
2 changed files with 41 additions and 32 deletions

View File

@@ -256,6 +256,9 @@ class ModuleWithCursor(Module):
except IndexError:
raise StopIteration()
def get_position_line(self):
return self.get_line(self.position[0])[:self.position[1]]
def get_sys_path():
def check_virtual_env(sys_path):