Change error message to specify its origin. (#1240)

This commit is contained in:
Matthew Clapp 2020-01-23 08:18:57 -08:00 committed by Jelle Zijlstra
parent be49ac72a0
commit d33337b4d5

View File

@ -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