]> 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 grammar for type alias support (#3949)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Mon, 16 Oct 2023 17:53:38 +0000 (10:53 -0700)
committerGitHub <noreply@github.com>
Mon, 16 Oct 2023 17:53:38 +0000 (10:53 -0700)
commit722735d20ebdc66c0da0e0df7658293455694500
tree5d497068ecdf1902e6a112ad77c65e785d7e529f
parentabe57e3d92727f1b26c717fad3978159b987fe79
Fix grammar for type alias support (#3949)

Fixes #3948
CHANGES.md
src/blib2to3/Grammar.txt
tests/data/cases/type_aliases.py