Use ale#Var in linters that didn't use it yet

This commit is contained in:
Adriaan Zonnenberg
2017-04-28 00:01:01 +02:00
parent ba6dbde906
commit 7230cbe9e4
4 changed files with 10 additions and 13 deletions

View File

@@ -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',