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

Notify users of missing Python lazily (#1210)
authorPaul Ganssle <p.ganssle@gmail.com>
Tue, 3 Mar 2020 12:00:52 +0000 (07:00 -0500)
committerGitHub <noreply@github.com>
Tue, 3 Mar 2020 12:00:52 +0000 (13:00 +0100)
commitbbe5ae70c17ff16801fef240f49b707535c7f64c
tree7e1cef44ccbb2e9b09e238ecca28ad468526a6b2
parent8fef74cf527d7fa5f2da78fafc61152c8766d0ad
Notify users of missing Python lazily (#1210)

Currently this message shows up with no context prior to the start of
Vim. By changing this to a lazy message, the user will only be notified
of a problem with the Black plugin when they are attempting to use the
Black plugin.

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
plugin/black.vim