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

Don't put a space after `*` in `g = 1, *"x"` (#309)
authorZsolt Dollenstein <zsol.zsol@gmail.com>
Wed, 6 Jun 2018 22:44:12 +0000 (00:44 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Wed, 6 Jun 2018 22:44:12 +0000 (15:44 -0700)
commitc1a962b88519b42e487ecf3c531bfc689ca1dedf
treefa27bf365ad713944527e3829c8249889ef8fb57
parent33baccd88ef45ebbb35e4c2ad7b87c7b91432f55
Don't put a space after `*` in `g = 1, *"x"` (#309)

Fixes #305.
black.py
tests/expression.diff
tests/expression.py