]> 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 subscript assignment string wrapping (#1678)
authorBryan Bugyi <bryanbugyi34@gmail.com>
Thu, 10 Sep 2020 16:24:01 +0000 (12:24 -0400)
committerGitHub <noreply@github.com>
Thu, 10 Sep 2020 16:24:01 +0000 (09:24 -0700)
commitcd055efd7d999421984e8b63afe53b5f9854deb9
treede66922d474d97d030b1953786e962f42ea8a10c
parent1e8916f450505bfe58649c1ff8c0a3708de47daa
Fix unstable subscript assignment string wrapping (#1678)

Fixes #1598
src/black/__init__.py
tests/data/long_strings__regression.py