]> 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 crash on assert and parenthesized % format (fixes #1597, fixes #1605) (#1681)
authorBryan Bugyi <bryanbugyi34@gmail.com>
Sun, 6 Sep 2020 16:15:40 +0000 (12:15 -0400)
committerGitHub <noreply@github.com>
Sun, 6 Sep 2020 16:15:40 +0000 (09:15 -0700)
commit6284953d07060804dcdeacf4626b76aed7a20683
tree5dcfe072f6a6130499c3146eafb6292bb02e24f3
parent7bca930ca3d84bbd01e98937b6b8a493d0254c7c
Fix crash on assert and parenthesized % format (fixes #1597, fixes #1605) (#1681)
src/black/__init__.py
tests/data/long_strings__regression.py