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

Account for += assignment when deciding whether to split string (#2312)
authorBryan Bugyi <bryanbugyi34@gmail.com>
Mon, 7 Jun 2021 14:01:57 +0000 (10:01 -0400)
committerGitHub <noreply@github.com>
Mon, 7 Jun 2021 14:01:57 +0000 (07:01 -0700)
commit6380b9f2f6e53748360a120ed9acb874a35885e0
treed52a37bfec31c126482e66d839e131c0e84a99f7
parentc53b3ad8fa62eb124d017a23bdff5a2bfa9890af
Account for += assignment when deciding whether to split string (#2312)

Fixes #2294
CHANGES.md
src/black/trans.py
tests/data/long_strings__edge_case.py
tests/data/long_strings__regression.py