]> 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 in parenthesized set expressions
authorŁukasz Langa <lukasz@langa.pl>
Thu, 15 Mar 2018 18:28:59 +0000 (11:28 -0700)
committerLukasz Langa <ambv@fb.com>
Thu, 15 Mar 2018 18:28:59 +0000 (11:28 -0700)
commit174fc47b7893b98d4a4393da849c09b6bd415764
tree1983ce7c3a6ee4698ae0e700426a7ffa2fcad658
parente1e89091d1de878c98e2d2b0cefd81cc75e7a128
Fix spurious space in parenthesized set expressions

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