Make sure all files are loaded, not just the first.
This commit is contained in:
parent
08ed282ac8
commit
0b8c2525b1
@ -223,7 +223,7 @@ function! ALELint(delay)
|
||||
endfunction
|
||||
|
||||
" Load all of the linters for each filetype.
|
||||
runtime ale_linters/*/*.vim
|
||||
runtime! ale_linters/*/*.vim
|
||||
|
||||
if !has('nvim') && !(has('timers') && has('job') && has('channel'))
|
||||
echoerr 'ALE requires NeoVim or Vim 8 with +timers +job +channel'
|
||||
|
Loading…
Reference in New Issue
Block a user