mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
Use ale#Var in linters that didn't use it yet
This commit is contained in:
@@ -39,7 +39,7 @@ function! ale_linters#sml#smlnj#Handle(buffer, lines) abort
|
||||
return l:out
|
||||
endfunction
|
||||
|
||||
call g:ale#linter#Define('sml', {
|
||||
call ale#linter#Define('sml', {
|
||||
\ 'name': 'smlnj',
|
||||
\ 'executable': 'sml',
|
||||
\ 'command': 'sml',
|
||||
|
||||
Reference in New Issue
Block a user