X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/be49ac72a04dd70d3f496d3d062405ad4166ea0b..d33337b4d5dd61f88099d9755c172c7df943c5b2:/plugin/black.vim diff --git a/plugin/black.vim b/plugin/black.vim index 385d0e1..b174e59 100644 --- a/plugin/black.vim +++ b/plugin/black.vim @@ -14,7 +14,7 @@ " - restore cursor/window position after formatting if v:version < 700 || !has('python3') - echo "This script requires vim7.0+ with Python 3.6 support." + echo "The black.vim plugin requires vim7.0+ with Python 3.6 support." finish endif