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

Do not enforce empty lines after control flow statements
authorŁukasz Langa <lukasz@langa.pl>
Tue, 24 Apr 2018 19:40:46 +0000 (12:40 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 24 Apr 2018 19:42:46 +0000 (12:42 -0700)
commitb250aed47bf11240b460bf4ecb57ba3f28078fd1
treef7b2174814009fb0ed97c0621dc9ad3e0d30d3bb
parent9d671bdbe13ab68cea1bba15001c43e90cf2c1a6
Do not enforce empty lines after control flow statements

Fixes #90
README.md
black.py
tests/expression.diff
tests/expression.py
tests/function.py