From: Paul Ganssle
Date: Tue, 3 Mar 2020 12:00:52 +0000 (-0500)
Subject: Notify users of missing Python lazily (#1210)
X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/bbe5ae70c17ff16801fef240f49b707535c7f64c?ds=sidebyside;hp=bbe5ae70c17ff16801fef240f49b707535c7f64c
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
---