]> 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:

Fix invalid code on stars in long from-imports being wrapped in parentheses
authorŁukasz Langa <lukasz@langa.pl>
Mon, 21 May 2018 23:35:45 +0000 (16:35 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 21 May 2018 23:37:29 +0000 (16:37 -0700)
commit9a6c88c7f4b4db14631f8dc9e8d44b3aed9d57c9
tree2948981f9ec958574fa12742e9b836a4eab37065
parent808754af18f1cea2444c6facf63f3a86952c5d44
Fix invalid code on stars in long from-imports being wrapped in parentheses

Fixes #234
README.md
black.py
tests/fmtonoff.py
tests/import_spacing.py