]> 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 spurious extra spaces after opening parentheses and in default arguments
authorŁukasz Langa <lukasz@langa.pl>
Thu, 15 Mar 2018 18:50:58 +0000 (11:50 -0700)
committerLukasz Langa <ambv@fb.com>
Thu, 15 Mar 2018 19:53:23 +0000 (12:53 -0700)
commitda3c2f358208dc9838c63d57b66c89e164eb241a
tree62e9af5d326e074b448deaea67798643ceb6d89e
parent174fc47b7893b98d4a4393da849c09b6bd415764
Fix spurious extra spaces after opening parentheses and in default arguments

Fixes #14
Fixes #17
black.py
tests/function.py