]> 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 two docstring crashes (#3451)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Mon, 16 Jan 2023 20:26:03 +0000 (12:26 -0800)
committerGitHub <noreply@github.com>
Mon, 16 Jan 2023 20:26:03 +0000 (12:26 -0800)
commit60a2e8e2c26d6312cd86b40f680c5037571acafc
tree76d85faf7beb91da1b37310c0f76c438810cd6ae
parentd4ff985853c8d140d73b9d362604deedb41eb20e
Fix two docstring crashes (#3451)
CHANGES.md
src/black/linegen.py
tests/data/miscellaneous/linelength6.py [new file with mode: 0644]
tests/data/simple_cases/docstring.py
tests/test_format.py