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

Initial commit
authorŁukasz Langa <lukasz@langa.pl>
Wed, 14 Mar 2018 19:55:32 +0000 (12:55 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Wed, 14 Mar 2018 19:55:32 +0000 (12:55 -0700)
commite74117f172e29e8a980e2c9de929ad50d3769150
tree796b54bc587bd8e8bf33c56c7ed1c55a9854c429
Initial commit
48 files changed:
.flake8 [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
LICENSE [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
Pipfile [new file with mode: 0644]
Pipfile.lock [new file with mode: 0644]
README.md [new file with mode: 0644]
black.py [new file with mode: 0644]
blib2to3/Grammar.txt [new file with mode: 0644]
blib2to3/Grammar3.6.4.final.0.pickle [new file with mode: 0644]
blib2to3/PatternGrammar.txt [new file with mode: 0644]
blib2to3/PatternGrammar3.6.4.final.0.pickle [new file with mode: 0644]
blib2to3/README [new file with mode: 0644]
blib2to3/__init__.py [new file with mode: 0644]
blib2to3/__init__.pyi [new file with mode: 0644]
blib2to3/pgen2/__init__.py [new file with mode: 0644]
blib2to3/pgen2/__init__.pyi [new file with mode: 0644]
blib2to3/pgen2/conv.py [new file with mode: 0644]
blib2to3/pgen2/driver.py [new file with mode: 0644]
blib2to3/pgen2/driver.pyi [new file with mode: 0644]
blib2to3/pgen2/grammar.py [new file with mode: 0644]
blib2to3/pgen2/grammar.pyi [new file with mode: 0644]
blib2to3/pgen2/literals.py [new file with mode: 0644]
blib2to3/pgen2/literals.pyi [new file with mode: 0644]
blib2to3/pgen2/parse.py [new file with mode: 0644]
blib2to3/pgen2/parse.pyi [new file with mode: 0644]
blib2to3/pgen2/pgen.py [new file with mode: 0644]
blib2to3/pgen2/pgen.pyi [new file with mode: 0644]
blib2to3/pgen2/token.py [new file with mode: 0755]
blib2to3/pgen2/token.pyi [new file with mode: 0644]
blib2to3/pgen2/tokenize.py [new file with mode: 0644]
blib2to3/pgen2/tokenize.pyi [new file with mode: 0644]
blib2to3/pygram.py [new file with mode: 0644]
blib2to3/pygram.pyi [new file with mode: 0644]
blib2to3/pytree.py [new file with mode: 0644]
blib2to3/pytree.pyi [new file with mode: 0644]
mypy.ini [new file with mode: 0644]
setup.py [new file with mode: 0644]
tests/.flake8 [new file with mode: 0644]
tests/cantfit.py [new file with mode: 0644]
tests/comments.py [new file with mode: 0644]
tests/comments2.py [new file with mode: 0644]
tests/composition.py [new file with mode: 0644]
tests/expression.py [new file with mode: 0644]
tests/function.py [new file with mode: 0644]
tests/import_spacing.py [new file with mode: 0644]
tests/test_black.py [new file with mode: 0644]