]> 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 error message for match (#2649)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 1 Dec 2021 02:39:39 +0000 (18:39 -0800)
committerGitHub <noreply@github.com>
Wed, 1 Dec 2021 02:39:39 +0000 (18:39 -0800)
commit0f7cf9187f9c9644565570a67a66f690f8f2bfbb
tree8846500a6c9ee8d8e508ddba0d4257e2b6308ed7
parent5e2bb528e09df368ed7dea6b7fb9c53e799a569f
fix error message for match (#2649)

Fixes #2648.

Co-authored-by: Batuhan Taskaya <isidentical@gmail.com>
CHANGES.md
src/black/parsing.py
tests/data/pattern_matching_invalid.py [new file with mode: 0644]
tests/test_format.py