From: Matthew Clapp Date: Thu, 23 Jan 2020 16:18:57 +0000 (-0800) Subject: Change error message to specify its origin. (#1240) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/d33337b4d5dd61f88099d9755c172c7df943c5b2 Change error message to specify its origin. (#1240) --- 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