X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ba2733dc8155499df7ce56a8645fb7cb9cbb13d0..d33337b4d5dd61f88099d9755c172c7df943c5b2:/plugin/black.vim?ds=sidebyside 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