]> 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 a crash when a colon line is marked between `# fmt: off` and `# fmt: on` (#3439)
authorYilei "Dolee" Yang <yileiyang@google.com>
Thu, 15 Dec 2022 01:56:14 +0000 (17:56 -0800)
committerGitHub <noreply@github.com>
Thu, 15 Dec 2022 01:56:14 +0000 (17:56 -0800)
commita2821815af5f5a706c673279d6405e286d6e95b8
tree8eafd0659a12d8e4eb71574dac51eee3a855a889
parent7d062ecd5f14124a99daf452c46054ada656ad8b
Fix a crash when a colon line is marked between `# fmt: off` and `# fmt: on` (#3439)
CHANGES.md
src/black/comments.py
tests/data/simple_cases/fmtonoff5.py