Fix previous commit

This commit is contained in:
Chiel92 2015-06-19 13:58:09 +02:00
parent 977500d769
commit 9107b620f4

View File

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