mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-10 21:42:31 +08:00
specify a filename of the current buffer
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
" Description: A linter for Vala using Vala-Lint.
|
||||
|
||||
function! ale_linters#vala#vala_lint#GetCommand(buffer) abort
|
||||
return 'io.elementary.vala-lint'
|
||||
return 'io.elementary.vala-lint %s'
|
||||
endfunction
|
||||
|
||||
function! ale_linters#vala#vala_lint#Handle(buffer, lines) abort
|
||||
|
||||
Reference in New Issue
Block a user