]> 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 --experiemental-string-processing crash when matching parens not found (#2283)
authorBryan Bugyi <bryanbugyi34@gmail.com>
Sun, 30 May 2021 19:32:28 +0000 (15:32 -0400)
committerGitHub <noreply@github.com>
Sun, 30 May 2021 19:32:28 +0000 (12:32 -0700)
commiteec44f5977f195a10b81676525f463d0b634bd80
treea6932e94175a595125313c487a087cdd33e2c314
parent519f807f879350704449e424c5c5b7e049e582b3
Fix --experiemental-string-processing crash when matching parens not found (#2283)

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