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

Split ternary expressions
authorŁukasz Langa <lukasz@langa.pl>
Tue, 24 Apr 2018 19:19:56 +0000 (12:19 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 24 Apr 2018 19:21:56 +0000 (12:21 -0700)
commit9d671bdbe13ab68cea1bba15001c43e90cf2c1a6
tree464c3f001715fbb690682bf59b95d61c138691cf
parent92957a41e3f909c7b813b448f65cd437cf0139f2
Split ternary expressions

Fixes #141
README.md
black.py
tests/expression.diff
tests/expression.py