]> 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 space after unary expression
authorŁukasz Langa <lukasz@langa.pl>
Thu, 15 Mar 2018 21:54:37 +0000 (14:54 -0700)
committerLukasz Langa <ambv@fb.com>
Thu, 15 Mar 2018 21:54:37 +0000 (14:54 -0700)
commit5370714c963fa59d84356e2841882e42ab16641e
tree8f455f32e092d0452503db9bceec9af5cbb1ed48
parentda3c2f358208dc9838c63d57b66c89e164eb241a
Fix spurious space after unary expression

This happened when the operand was a complex expression.

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