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

Remove u prefix if unicode_literals is present (#199)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 9 May 2018 22:26:41 +0000 (15:26 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Wed, 9 May 2018 22:26:41 +0000 (18:26 -0400)
commit21c8dc85f5fa6ca70b028027a03588e12f532636
treea9c97b4b9725e248a378505a3fe572c19bd34d3a
parent32e2f20e9a7932b05aa74f83347ca0fa6ffe78ba
Remove u prefix if unicode_literals is present (#199)
black.py
tests/python2_unicode_literals.py [new file with mode: 0644]
tests/string_prefixes.py [new file with mode: 0644]
tests/test_black.py