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

Consolidate empty line handling in EmptyLineTracker
authorŁukasz Langa <lukasz@langa.pl>
Sat, 17 Mar 2018 07:40:21 +0000 (00:40 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Sat, 17 Mar 2018 07:40:21 +0000 (00:40 -0700)
commit6c3ce53b60b68ca2b532935aeee89729f0bd9fd9
treee58718f72b622451ddb94d68fdb43a5757b06853
parentb9c06a0d23b7d422d1c8dc1727d6fe15757a4716
Consolidate empty line handling in EmptyLineTracker

Previously, extra newlines left on imports were handled sort of by accident.
Now it's all handled uniformly in one place.
black.py
tests/import_spacing.py