mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
parentheses should be ignored when calculating the indent of a new block in the fast parser, fixes davidhalter/jedi-vim#288
This commit is contained in:
@@ -3,7 +3,11 @@ Issues with the parser not the completion engine should be here.
|
||||
"""
|
||||
|
||||
class C():
|
||||
""" issue jedi-vim#288 """
|
||||
"""
|
||||
issue jedi-vim#288
|
||||
Which is really a fast parser issue. It used to start a new block at the
|
||||
parentheses, because it had problems with the indentation.
|
||||
"""
|
||||
def indent_issues(
|
||||
self,
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user