summaryrefslogtreecommitdiff
path: root/ale_linters/vim/vint.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/vim/vint.vim')
-rw-r--r--ale_linters/vim/vint.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/vim/vint.vim b/ale_linters/vim/vint.vim
index 5d4b10eb..32e64041 100644
--- a/ale_linters/vim/vint.vim
+++ b/ale_linters/vim/vint.vim
@@ -9,7 +9,7 @@ let g:loaded_ale_linters_vim_vint = 1
let s:format = '-f "{file_path}:{line_number}:{column_number}: {severity}: {description} (see {reference})'
-call ALEAddLinter('vim', {
+call ale#linter#Define('vim', {
\ 'name': 'vint',
\ 'executable': 'vint',
\ 'command': g:ale#util#stdin_wrapper . ' .vim vint -w --no-color ' . s:format,