Fix an ale:linters bug, and add a test for it.
This commit is contained in:
@@ -108,7 +108,7 @@ function! ale#linter#Get(original_filetype) abort
|
||||
elseif type(l:linter_names) == type([])
|
||||
" Select only the linters we or the user has specified.
|
||||
for l:linter in l:all_linters
|
||||
if index(l:linter_names, l:linter.name)
|
||||
if index(l:linter_names, l:linter.name) >= 0
|
||||
call add(l:combined_linters, l:linter)
|
||||
endif
|
||||
endfor
|
||||
|
||||
Reference in New Issue
Block a user