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/vim/vint.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ale_linters/vim') diff --git a/ale_linters/vim/vint.vim b/ale_linters/vim/vint.vim index bc6ea460..9917f3fe 100644 --- a/ale_linters/vim/vint.vim +++ b/ale_linters/vim/vint.vim @@ -12,11 +12,11 @@ let s:format = '-f "{file_path}:{line_number}:{column_number}: {severity}: {desc call ale#linter#Define('vim', { \ 'name': 'vint', \ 'executable': 'vint', -\ 'command': g:ale#util#stdin_wrapper -\ . ' .vim vint ' +\ 'command': 'vint ' \ . s:warning_flag \ . ' --no-color ' \ . s:enable_neovim -\ . s:format, +\ . s:format +\ . ' %t', \ 'callback': 'ale#handlers#HandleGCCFormat', \}) -- cgit v1.2.3