]> 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 type comment with trailing space (#3773)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Sun, 9 Jul 2023 23:28:26 +0000 (16:28 -0700)
committerGitHub <noreply@github.com>
Sun, 9 Jul 2023 23:28:26 +0000 (16:28 -0700)
commitb8e2ec728cc09d0f00829a9cffcb54da3efa5760
treec7705a4d7a3262532be25ba4a9e4f166588414ea
parent257d392217974a76231e306133288748c7b70786
Fix crash on type comment with trailing space (#3773)
CHANGES.md
src/black/parsing.py
tests/data/simple_cases/comments2.py