]> 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 concatenated string + comment (fixes #1596) (#1677)
authorBryan Bugyi <bryanbugyi34@gmail.com>
Sun, 6 Sep 2020 15:02:57 +0000 (11:02 -0400)
committerGitHub <noreply@github.com>
Sun, 6 Sep 2020 15:02:57 +0000 (08:02 -0700)
commit7bca930ca3d84bbd01e98937b6b8a493d0254c7c
tree9a17a728173402794c1af9cb2ec6b4ff9208bafc
parente3ccabb23c5dc5495bd8f96b5c90c1db6a350d6d
Fix crash on concatenated string + comment (fixes #1596) (#1677)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
src/black/__init__.py
tests/data/long_strings__regression.py