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

Fix an issue where extra empty lines are added. (#3470)
authorYilei "Dolee" Yang <yileiyang@google.com>
Wed, 21 Dec 2022 01:58:02 +0000 (17:58 -0800)
committerGitHub <noreply@github.com>
Wed, 21 Dec 2022 01:58:02 +0000 (17:58 -0800)
commit29dd25725303992d36c3a75c3a071080ac06085f
tree4e2d1cc5e5aae521f867a308712b7da5974de4ac
parent59f03d1b9d3c77f214087948b4d5e3dbb024d0b3
Fix an issue where extra empty lines are added. (#3470)
CHANGES.md
src/black/lines.py
tests/data/preview/comments9.py