forked from VimPlug/jedi
Import missed a get_set_vars function, which caused an error with user_stmt checking -> fixes issue 16 of jedi-vim
This commit is contained in:
@@ -570,6 +570,9 @@ class Import(Simple):
|
||||
else:
|
||||
return [self.namespace]
|
||||
|
||||
def get_set_vars(self):
|
||||
return self.get_defined_names()
|
||||
|
||||
def get_all_import_names(self):
|
||||
n = []
|
||||
if self.from_ns:
|
||||
|
||||
Reference in New Issue
Block a user