]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Make sure `async for` is not broken up to separate lines (#503)
authorZsolt Dollenstein <zsol.zsol@gmail.com>
Sat, 8 Sep 2018 09:34:08 +0000 (10:34 +0100)
committerGitHub <noreply@github.com>
Sat, 8 Sep 2018 09:34:08 +0000 (10:34 +0100)
commit08f1cdd00b4876b2a0545d46981924d5873a3289
tree95ff7fe1713654913cd0caa0aace115f6258939d
parent25795c9ff5d2e388bcef026d8642a6699208ce37
Make sure `async for` is not broken up to separate lines (#503)

Fixes #372.
README.md
black.py
tests/data/python37.py