]> 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:

Support multiple top-level as-expressions on case statements (#2716)
authorBatuhan Taskaya <isidentical@gmail.com>
Tue, 21 Dec 2021 18:16:55 +0000 (21:16 +0300)
committerGitHub <noreply@github.com>
Tue, 21 Dec 2021 18:16:55 +0000 (10:16 -0800)
commit3fafd806b30cbff5788525f050a635639d97b11c
treebf2f1758b74d4c79c689363e46e60a2a6162ee95
parentc758126a270bb5a78513f3f07ddd60bc4aacf4a4
Support multiple top-level as-expressions on case statements (#2716)
CHANGES.md
src/blib2to3/Grammar.txt
tests/data/pattern_matching_extras.py