forked from VimPlug/jedi
Keyword completions are no longer possible directly after a number, fixes #1085
This commit is contained in:
@@ -279,7 +279,7 @@ V(1).c()
|
||||
V(1).d()
|
||||
# Only keywords should be possible to complete.
|
||||
#? ['is', 'in', 'not', 'and', 'or', 'if']
|
||||
V(1).d()
|
||||
V(1).d()
|
||||
|
||||
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user