]> 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 incorrect custom breakpoint indices when string group contains fake f-strings...
authorBryan Bugyi <bryanbugyi34@gmail.com>
Mon, 7 Jun 2021 14:03:39 +0000 (10:03 -0400)
committerGitHub <noreply@github.com>
Mon, 7 Jun 2021 14:03:39 +0000 (07:03 -0700)
commit99b68e59ce0424a86215cc9ca0cb46e481d2a6fe
tree74e58e99d362b9b807bae93d8f4c9762a35f11e9
parent6380b9f2f6e53748360a120ed9acb874a35885e0
Fix incorrect custom breakpoint indices when string group contains fake f-strings (#2311)

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