]> 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 internal error when FORCE_OPTIONAL_PARENTHESES feature is enabled (#2332)
authorBryan Bugyi <bryanbugyi34@gmail.com>
Sun, 13 Jun 2021 17:20:50 +0000 (13:20 -0400)
committerGitHub <noreply@github.com>
Sun, 13 Jun 2021 17:20:50 +0000 (10:20 -0700)
commite2fd914dc172a13c0e6395d2d08efa5a25380381
treea252a3768a4c4fb545b55412e047be89e53dc318
parent52384bf0a3fe4b0d0a11daad6ef90b8cd948a773
Fix internal error when FORCE_OPTIONAL_PARENTHESES feature is enabled (#2332)

Fixes #2313.
CHANGES.md
src/black/linegen.py
tests/data/long_strings__regression.py