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

Add support for special comments in multiline functions (#642)
authorUtsav Shah <ukshah2@illinois.edu>
Sat, 5 Jan 2019 19:20:12 +0000 (11:20 -0800)
committerJelle Zijlstra <jelle.zijlstra@gmail.com>
Sat, 5 Jan 2019 19:20:12 +0000 (11:20 -0800)
commit024c9cab55da7bd3236fd88759c9735d6149b464
tree1317dcccda0cd48b7b1ea08af140797c0fd9cb8e
parent283a5d53a8d57e8e186a08c9fbf249e1fbe7bc94
Add support for special comments in multiline functions (#642)
black.py
tests/data/comments6.py [new file with mode: 0644]
tests/test_black.py