Make sure all files are loaded, not just the first.

This commit is contained in:
w0rp 2016-09-13 22:24:55 +01:00
parent 08ed282ac8
commit 0b8c2525b1
1 changed files with 1 additions and 1 deletions

View File

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