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

Dont require typing-extensions in 3.10 (GH-2772)
authorMarco Edward Gorelli <marcogorelli@protonmail.com>
Sat, 15 Jan 2022 04:24:55 +0000 (04:24 +0000)
committerGitHub <noreply@github.com>
Sat, 15 Jan 2022 04:24:55 +0000 (23:24 -0500)
commit5fe6d48fcd687a972278048d3bfeec9e2040ed64
treea50e8b07cbb4a0ee35909e1431ec5d6186c0a2be
parent565f9c92b79a72deb7faec7503749979c791b6e1
Dont require typing-extensions in 3.10 (GH-2772)

3.10 ships with TypeGuard which is the newest feature we need.

Co-authored-by: Richard Si <63936253+ichard26@users.noreply.github.com>
CHANGES.md
setup.py