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

grammar: accept open sequences on match subject (GH-2639)
authorBatuhan Taskaya <isidentical@gmail.com>
Thu, 25 Nov 2021 01:21:36 +0000 (04:21 +0300)
committerGitHub <noreply@github.com>
Thu, 25 Nov 2021 01:21:36 +0000 (20:21 -0500)
commitdfa45cec9e4991823b06fa655e3e444391fadb65
tree19f2404b1fe2dde0da0c7ff55d92036a8fc20d9d
parent40759445c9e5210fb441679d6c0e42921de89ed6
grammar: accept open sequences on match subject (GH-2639)

* grammar: accept open sequences on match subject
* give an example about the fixed match subject
CHANGES.md
src/blib2to3/Grammar.txt
tests/data/pattern_matching_extras.py