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

Omit extra space in kwarg unpacking if it's an argument
authorŁukasz Langa <lukasz@langa.pl>
Thu, 22 Mar 2018 01:31:58 +0000 (18:31 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Thu, 22 Mar 2018 01:35:25 +0000 (18:35 -0700)
commitdf7aacb43eb16f91adcb558905625d75ee804753
tree3e3f0738baae0544f4567781b9d0afce1b6fc98f
parent92b377556e24616d5980a9010cf558da7fa35d28
Omit extra space in kwarg unpacking if it's an argument

Fixes #46
README.md
black.py
tests/expression.py