braceless.vim icon indicating copy to clipboard operation
braceless.vim copied to clipboard

No auto-indent for coroutines

Open goodboy opened this issue 8 years ago • 2 comments

Indent level never seems to be correct inside the body of py35+ coroutines:

async def my_coro():||<ENTER>
||

This hold true for any line inside the function body.

goodboy avatar Dec 06 '17 16:12 goodboy

Seems like pull #48 would resolve this

arxra avatar Jun 30 '20 06:06 arxra

@arxra :tada:

goodboy avatar Jun 30 '20 16:06 goodboy