Remove leftovers from the latest validator refactor.
This commit is contained in:
parent
d238665385
commit
16b246e1c1
@ -45,10 +45,8 @@ if !exists('g:syntastic_html_validator_nsfilter')
|
||||
let g:syntastic_html_validator_nsfilter = ''
|
||||
endif
|
||||
|
||||
let s:decoder = 'awk -f ' . syntastic#util#shescape(expand('<sfile>:p:h') . '/validator_decode.awk')
|
||||
|
||||
function! SyntaxCheckers_html_validator_IsAvailable()
|
||||
return executable('curl') && executable('awk')
|
||||
return executable('curl')
|
||||
endfunction
|
||||
|
||||
function! SyntaxCheckers_html_validator_Preprocess(errors)
|
||||
|
Loading…
x
Reference in New Issue
Block a user