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

Add underscores to numeric literals with more than six digits (#529)
authorZsolt Dollenstein <zsol.zsol@gmail.com>
Wed, 26 Sep 2018 11:32:11 +0000 (12:32 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Wed, 26 Sep 2018 11:32:11 +0000 (12:32 +0100)
commit5f9eb9e4f7baa35cb87eb3f8a9fed81f1195a72e
tree3f82e0727b7afaf3c1a9b8539a1fe581e7f097cb
parent2d99573b343cbaa721746af8df0ffb27e93140d4
Add underscores to numeric literals with more than six digits (#529)
README.md
black.py
blackd.py
tests/data/fmtonoff.py
tests/data/function.py
tests/data/numeric_literals.py
tests/data/numeric_literals_skip_underscores.py [new file with mode: 0644]
tests/test_black.py