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

Introduce DebugVisitor.show() + tests
authorŁukasz Langa <lukasz@langa.pl>
Sat, 24 Mar 2018 00:07:20 +0000 (17:07 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Fri, 23 Mar 2018 23:08:05 +0000 (16:08 -0700)
commit7e1c5b2ba6355f1a6916cf5545dc577cf2e6c727
treeb8881fe77f5248045ab4d1940cb724be140215d3
parentc98a6f134f4b2b831e7e659de0c217c118270a61
Introduce DebugVisitor.show() + tests
black.py
tests/debug_visitor.out [new file with mode: 0644]
tests/debug_visitor.py [new file with mode: 0644]
tests/test_black.py