summaryrefslogtreecommitdiff
path: root/ale_linters/html/tidy.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/html/tidy.vim')
-rw-r--r--ale_linters/html/tidy.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/html/tidy.vim b/ale_linters/html/tidy.vim
index b5621f91..c1aab8f3 100644
--- a/ale_linters/html/tidy.vim
+++ b/ale_linters/html/tidy.vim
@@ -71,7 +71,7 @@ function! ale_linters#html#tidy#Handle(buffer, lines) abort
return output
endfunction
-call ALEAddLinter('html', {
+call ale#linter#Define('html', {
\ 'name': 'tidy',
\ 'executable': g:ale_html_tidy_executable,
\ 'output_stream': 'stderr',