]> 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 handling of standalone match/case with newlines/comments (#2760)
authorBatuhan Taskaya <isidentical@gmail.com>
Mon, 10 Jan 2022 20:22:07 +0000 (23:22 +0300)
committerGitHub <noreply@github.com>
Mon, 10 Jan 2022 20:22:07 +0000 (12:22 -0800)
commit0f26a0369efc7305a1a0120355f78d85b3030e56
treefa4ac160deb103aca653ba4fe6256fc02affd7d5
parent3e731527e4418b0b6d9791d6e32caee9227ba69d
Fix handling of standalone match/case with newlines/comments (#2760)

Resolves #2759
CHANGES.md
src/blib2to3/pgen2/parse.py
tests/data/pattern_matching_style.py