forked from VimPlug/jedi
fix for #51
This commit is contained in:
@@ -802,7 +802,8 @@ class Statement(Simple):
|
||||
while is_call_or_close():
|
||||
result = result.parent()
|
||||
close_brackets = False
|
||||
result.add_to_current_field(tok)
|
||||
if tok != '\n':
|
||||
result.add_to_current_field(tok)
|
||||
|
||||
if level != 0:
|
||||
debug.warning("Brackets don't match: %s."
|
||||
|
||||
@@ -188,6 +188,11 @@ exe['b']
|
||||
#? int() float()
|
||||
exe['c']
|
||||
|
||||
exe2 = kwargs_func(**{a:3,
|
||||
b:4.0})
|
||||
#? int()
|
||||
exe2['a']
|
||||
|
||||
# -----------------
|
||||
# *args / ** kwargs
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user