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

Vim plugin: prefix messages with "Black: " (#3194)
authorThéophile Bastian <contact@tobast.fr>
Thu, 28 Jul 2022 23:49:00 +0000 (01:49 +0200)
committerGitHub <noreply@github.com>
Thu, 28 Jul 2022 23:49:00 +0000 (19:49 -0400)
commit4f1772e2aed8356e57b923eacf45f813ec3324a0
treedc64353a96a5b52e15b35afc4c8132783a4ca52e
parentef8deb6d4a729192d7b7818d91530d462e769b7d
Vim plugin: prefix messages with "Black: " (#3194)

As mentioned in GH-3185, when using Black as a Vim plugin, especially
automatically on save, the plugin's messages can be confusing, as
nothing indicates that they come from Black.
CHANGES.md
autoload/black.vim