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

Improve get_future_imports implementation.
authorZsolt Dollenstein <zsol.zsol@gmail.com>
Mon, 2 Jul 2018 16:48:48 +0000 (17:48 +0100)
committerZsolt Dollenstein <zsol.zsol@gmail.com>
Mon, 2 Jul 2018 16:49:47 +0000 (17:49 +0100)
commitdd8bde6d2fbfe8a7a11093e761a0cb5837efa96a
treeb213e175d480ca20b764f1f7e777fe03841d6228
parent3bdd42389128bbbe8b64a8e050563f09bff99979
Improve get_future_imports implementation.

Closes #389.
black.py
tests/data/python2_unicode_literals.py
tests/test_black.py