From b47a0c951935d6530cde649e4be276a04303d4d2 Mon Sep 17 00:00:00 2001 From: Francisco Lopes Date: Wed, 6 Feb 2019 20:29:58 -0200 Subject: Make Cypher linter dynamic --- ale_linters/cypher/cypher_lint.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ale_linters/cypher') diff --git a/ale_linters/cypher/cypher_lint.vim b/ale_linters/cypher/cypher_lint.vim index c72abf45..408ddd6e 100644 --- a/ale_linters/cypher/cypher_lint.vim +++ b/ale_linters/cypher/cypher_lint.vim @@ -20,7 +20,7 @@ endfunction call ale#linter#Define('cypher', { \ 'name': 'cypher_lint', \ 'executable': 'cypher-lint', -\ 'command': 'cypher-lint %s', +\ 'command': 'cypher-lint', \ 'output_stream': 'stderr', \ 'callback': 'ale_linters#cypher#cypher_lint#Handle', \}) -- cgit v1.2.3