summaryrefslogtreecommitdiff
path: root/ale_linters/html/htmlhint.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/html/htmlhint.vim')
-rw-r--r--ale_linters/html/htmlhint.vim4
1 files changed, 2 insertions, 2 deletions
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', {