forked from VimPlug/jedi
removed a lot of the goto usages, used goto_assignments instead. Did the same also for a lot of definition uses
This commit is contained in:
@@ -359,7 +359,7 @@ class SubModule(Scope, Module):
|
||||
|
||||
@property
|
||||
def name(self):
|
||||
""" This is used for the goto function. """
|
||||
""" This is used for the goto functions. """
|
||||
if self._name is not None:
|
||||
return self._name
|
||||
if self.path is None:
|
||||
|
||||
Reference in New Issue
Block a user