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

Remove unused variables tokenprog, Token and PlainToken (#1137)
authorJon Dufresne <jon.dufresne@gmail.com>
Sat, 18 Jan 2020 15:21:19 +0000 (07:21 -0800)
committerJelle Zijlstra <jelle.zijlstra@gmail.com>
Sat, 18 Jan 2020 15:21:19 +0000 (07:21 -0800)
commit7f5d0e97546f18c865160e31346f693341677149
tree524a12dcd602de168c70e629e1df00635013f94a
parent915ebfcf7cabdf0e7e0074b24441c05093286050
Remove unused variables tokenprog, Token and PlainToken (#1137)
blib2to3/pgen2/tokenize.py