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

Fix unstable formatting on string split + % formatting (#1680)
authorBryan Bugyi <bryanbugyi34@gmail.com>
Sun, 6 Sep 2020 00:24:00 +0000 (20:24 -0400)
committerGitHub <noreply@github.com>
Sun, 6 Sep 2020 00:24:00 +0000 (17:24 -0700)
commite3ccabb23c5dc5495bd8f96b5c90c1db6a350d6d
tree4e486bd061c93e12f3362a1b455d766d06375f1f
parent6b5753a41781ef7a8746aeea52c26e07f4b43c27
Fix unstable formatting on string split + % formatting (#1680)

Fixes #1595
src/black/__init__.py
src/blib2to3/pgen2/pgen.py
tests/data/long_strings.py
tests/data/long_strings__regression.py