forked from VimPlug/jedi
builtin scope doesn't load by default anymore. This makes Jedi faster at startup. -> jedi issue 7
This commit is contained in:
@@ -251,7 +251,7 @@ class Script(object):
|
||||
if (not scopes or not isinstance(scopes[0], imports.ImportPath)) \
|
||||
and not path:
|
||||
# add keywords
|
||||
bs = builtin.builtin_scope
|
||||
bs = builtin.Builtin.scope
|
||||
completions += ((k, bs) for k in keywords.get_keywords(
|
||||
all=True))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user