]> 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 bug which causes f-expressions to be split (#1809)
authorBryan Bugyi <bryanbugyi34@gmail.com>
Sat, 7 Nov 2020 00:17:23 +0000 (19:17 -0500)
committerGitHub <noreply@github.com>
Sat, 7 Nov 2020 00:17:23 +0000 (16:17 -0800)
commitedf1c9dc0f20239b9d5351d8b0607c9e936dd43f
tree1968e0fbb49ce767d1742f01c6b8ae2c8a2675c9
parent74e51e6a829d48db1b4da4f1eac935647d1655cc
Fix bug which causes f-expressions to be split (#1809)

Closes #1807.
src/black/__init__.py
tests/data/long_strings__regression.py