diff options
Diffstat (limited to 'ale_linters/pyrex/cython.vim')
-rw-r--r-- | ale_linters/pyrex/cython.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/pyrex/cython.vim b/ale_linters/pyrex/cython.vim index a0175ab4..0c393f95 100644 --- a/ale_linters/pyrex/cython.vim +++ b/ale_linters/pyrex/cython.vim @@ -34,7 +34,7 @@ function! ale_linters#pyrex#cython#Handle(buffer, lines) return output endfunction -call ALEAddLinter('pyrex', { +call ale#linter#Define('pyrex', { \ 'name': 'cython', \ 'output_stream': 'stderr', \ 'executable': 'cython', |