From d33337b4d5dd61f88099d9755c172c7df943c5b2 Mon Sep 17 00:00:00 2001 From: Matthew Clapp Date: Thu, 23 Jan 2020 08:18:57 -0800 Subject: [PATCH] Change error message to specify its origin. (#1240) --- plugin/black.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2