Change error message to specify its origin. (#1240)
This commit is contained in:
parent
be49ac72a0
commit
d33337b4d5
@ -14,7 +14,7 @@
|
|||||||
" - restore cursor/window position after formatting
|
" - restore cursor/window position after formatting
|
||||||
|
|
||||||
if v:version < 700 || !has('python3')
|
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
|
finish
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user