From ecbb27680563a50d4dd981f968d659ef20bfbe30 Mon Sep 17 00:00:00 2001 From: w0rp Date: Sat, 11 Feb 2017 19:40:57 +0000 Subject: Replace every stdin-wrapper script with the new %t formatting support --- ale_linters/html/htmlhint.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ale_linters/html/htmlhint.vim') diff --git a/ale_linters/html/htmlhint.vim b/ale_linters/html/htmlhint.vim index 910f3e63..c4afceea 100644 --- a/ale_linters/html/htmlhint.vim +++ b/ale_linters/html/htmlhint.vim @@ -23,9 +23,9 @@ function! ale_linters#html#htmlhint#GetExecutable(buffer) abort endfunction function! ale_linters#html#htmlhint#GetCommand(buffer) abort - return g:ale#util#stdin_wrapper . ' .html ' - \ . ale_linters#html#htmlhint#GetExecutable(a:buffer) + return ale_linters#html#htmlhint#GetExecutable(a:buffer) \ . ' ' . g:ale_html_htmlhint_options + \ . ' %t' endfunction call ale#linter#Define('html', { -- cgit v1.2.3