forked from VimPlug/jedi
Get lambdas mostly working.
This commit is contained in:
@@ -102,6 +102,7 @@ class Parser(object):
|
||||
'try_stmt': pt.TryStmt,
|
||||
'comp_for': pt.CompFor,
|
||||
'decorator': pt.Decorator,
|
||||
'lambdef': pt.Lambda,
|
||||
}
|
||||
|
||||
self.global_names = []
|
||||
|
||||
Reference in New Issue
Block a user