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

Avoid unstable formatting when comment follows escaped newline. (#839). Fixes #767.
authorCarl Meyer <carljm@instagram.com>
Wed, 8 May 2019 13:53:20 +0000 (09:53 -0400)
committerGitHub <noreply@github.com>
Wed, 8 May 2019 13:53:20 +0000 (09:53 -0400)
commit6fdbdb4ee301d8f9466da4da8364ac05611a1b19
treebc63e6f338a2104115a6c663799eab1ca4f36a9b
parentf50ba078b3f15b3292f01b76f5c0f4209a57f8c7
Avoid unstable formatting when comment follows escaped newline. (#839). Fixes #767.
black.py
tests/data/comment_after_escaped_newline.py [new file with mode: 0644]
tests/data/comments.py
tests/test_black.py