mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-25 01:38:41 +08:00
Add original filename to SyntaxErl command
This commit is contained in:
@@ -10,7 +10,7 @@ endfunction
|
||||
|
||||
|
||||
function! ale_linters#erlang#syntaxerl#GetCommand(buffer) abort
|
||||
return ale_linters#erlang#syntaxerl#GetExecutable(a:buffer) . ' %t'
|
||||
return ale_linters#erlang#syntaxerl#GetExecutable(a:buffer) . ' -b %s %t'
|
||||
endfunction
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user