summaryrefslogtreecommitdiff
path: root/ale_linters/pyrex/cython.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/pyrex/cython.vim')
-rw-r--r--ale_linters/pyrex/cython.vim4
1 files changed, 1 insertions, 3 deletions
diff --git a/ale_linters/pyrex/cython.vim b/ale_linters/pyrex/cython.vim
index 59004314..9168e092 100644
--- a/ale_linters/pyrex/cython.vim
+++ b/ale_linters/pyrex/cython.vim
@@ -5,8 +5,6 @@ call ale#linter#Define('pyrex', {
\ 'name': 'cython',
\ 'output_stream': 'stderr',
\ 'executable': 'cython',
-\ 'command': g:ale#util#stdin_wrapper
-\ . ' .pyx cython --warning-extra -o '
-\ . g:ale#util#nul_file,
+\ 'command': 'cython --warning-extra -o ' . g:ale#util#nul_file . ' %t',
\ 'callback': 'ale#handlers#HandleUnixFormatAsError',
\})