forked from VimPlug/jedi
basic functionality of vim-jedi goto plugin
This commit is contained in:
@@ -134,6 +134,7 @@ class ImportPath(object):
|
||||
return f.parser.top, rest
|
||||
ImportPath2 = ImportPath
|
||||
|
||||
|
||||
def strip_imports(scopes):
|
||||
"""
|
||||
Here we strip the imports - they don't get resolved necessarily.
|
||||
@@ -152,6 +153,7 @@ def strip_imports(scopes):
|
||||
result.append(s)
|
||||
return result
|
||||
|
||||
|
||||
def remove_star_imports(scope):
|
||||
"""
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user