forked from VimPlug/jedi
dots without any other actual relevant code shouldn't just complete, fixes #46
This commit is contained in:
@@ -9,6 +9,16 @@ int()
|
||||
int(str)
|
||||
|
||||
|
||||
# -----------------
|
||||
# should not complete
|
||||
# -----------------
|
||||
#? []
|
||||
.
|
||||
#? []
|
||||
str..
|
||||
#? []
|
||||
a(0):.
|
||||
|
||||
# -----------------
|
||||
# if/else/elif
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user