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

Support sticky standalone comments (comments preceding defs, classes, and decorators)
authorŁukasz Langa <lukasz@langa.pl>
Tue, 24 Apr 2018 18:50:31 +0000 (11:50 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 24 Apr 2018 18:50:31 +0000 (11:50 -0700)
commit52fda8b0e9e52e94aae6cb3170c9b1b492a2d8b4
tree41143a024b58dff9690fcf572eafdc05933c031e
parent29e97d1d4a7717f1bd0ca35cacf2f2ce6d815b0c
Support sticky standalone comments (comments preceding defs, classes, and decorators)

Fixes #56
Fixes #154
README.md
black.py
tests/comments2.py
tests/comments5.py
tests/comments6.py [deleted file]
tests/empty_lines.py
tests/fmtonoff.py
tests/test_black.py