Fix previous commit
This commit is contained in:
parent
977500d769
commit
9107b620f4
@ -111,7 +111,7 @@ function! s:TryFormatter()
|
|||||||
" Detect verbosity
|
" Detect verbosity
|
||||||
let verbose = &verbose || exists("g:autoformat_verbosemode")
|
let verbose = &verbose || exists("g:autoformat_verbosemode")
|
||||||
|
|
||||||
if !has("python") && !has("python")
|
if !has("python") && !has("python3")
|
||||||
echohl WarningMsg |
|
echohl WarningMsg |
|
||||||
\ echomsg "WARNING: vim has no support for python, but it is required to run the formatter!" |
|
\ echomsg "WARNING: vim has no support for python, but it is required to run the formatter!" |
|
||||||
\ echohl None
|
\ echohl None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user