]> 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 call patterns that contain as-expression on the kwargs (#2749)
authorBatuhan Taskaya <isidentical@gmail.com>
Fri, 7 Jan 2022 16:51:36 +0000 (19:51 +0300)
committerGitHub <noreply@github.com>
Fri, 7 Jan 2022 16:51:36 +0000 (18:51 +0200)
commite64949ee69e2a7e7f1d96331f50e801c0979a866
tree3faeea637b82af9a7c818338823b3a1eaf930568
parentea4c772746d787a93a0f19ce3cbabfacd8094205
Fix call patterns that contain as-expression on the kwargs (#2749)
CHANGES.md
src/blib2to3/Grammar.txt
tests/data/pattern_matching_extras.py