forked from VimPlug/jedi
keyword completion shouldn't occur all the times; thanks to Tobias Halter for his brilliant Kantischueler logic.
This commit is contained in:
@@ -50,7 +50,7 @@ class TestClass(object):
|
||||
# should not know any class functions!
|
||||
#? []
|
||||
values
|
||||
#? []
|
||||
#? ['return']
|
||||
ret
|
||||
return a1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user