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

Allow standalone comments to close code blocks
authorŁukasz Langa <lukasz@langa.pl>
Mon, 23 Apr 2018 22:55:32 +0000 (15:55 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 23 Apr 2018 23:17:12 +0000 (16:17 -0700)
commit54d707e10a5bf3d8d352c1bcbc7946bb6f3c01d7
tree1508f88f1ff26c7d3bf00f28096ff939ecd85b25
parentc86fb362329a2b980ed94200e0652f9c74d56bbd
Allow standalone comments to close code blocks

Fixes #16
Fixes #32
README.md
black.py
blib2to3/pgen2/driver.py
tests/comments2.py
tests/comments5.py [new file with mode: 0644]
tests/test_black.py