forked from VimPlug/jedi
Reenable keyword completion.
This commit is contained in:
@@ -188,8 +188,7 @@ class Script(object):
|
||||
|
||||
if not path and not isinstance(user_stmt, pr.Import):
|
||||
# add keywords
|
||||
#completions += ((k, b) for k in keywords.keyword_names(all=True))
|
||||
pass
|
||||
completions += ((k, b) for k in keywords.keyword_names(all=True))
|
||||
# TODO delete? We should search for valid parser
|
||||
# transformations.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user