Skip to content
This repository was archived by the owner on Feb 9, 2023. It is now read-only.

Add support for async def-style coroutine function definitions - #2

Merged
mgedmin merged 1 commit into
mgedmin:masterfrom
klauer:async_def
May 8, 2017
Merged

Add support for async def-style coroutine function definitions#2
mgedmin merged 1 commit into
mgedmin:masterfrom
klauer:async_def

Conversation

@klauer

@klauer klauer commented May 6, 2017

Copy link
Copy Markdown

Simple regex modification, otherwise Python 3.5+ async def coroutine functions were just ignored.

It's working well on my end. Thanks for supporting this handy vim plugin.

@mgedmin
mgedmin merged commit 0d25689 into mgedmin:master May 8, 2017
@mgedmin

mgedmin commented May 8, 2017

Copy link
Copy Markdown
Owner

Thank you very much!

I still have to support Python 3.4 at work, and so didn't notice the lack of support for async defs. ;)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants